rero.bridges.event
Class PredicateChatListener
java.lang.Object
rero.bridges.event.EventChatListener
rero.bridges.event.PredicateChatListener
- All Implemented Interfaces:
- ChatListener
- public class PredicateChatListener
- extends EventChatListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
env
protected ScriptEnvironment env
predicate
protected Check predicate
code
protected CodeSnippet code
PredicateChatListener
public PredicateChatListener(ScriptEnvironment _env,
Check _predicate,
CodeSnippet c)
isChatEvent
public boolean isChatEvent(String eventId,
HashMap eventDescription)
- Specified by:
isChatEvent
in interface ChatListener
- Specified by:
isChatEvent
in class EventChatListener