rero.bridges.event
Class FilterChatListener
java.lang.Object
rero.bridges.event.EventChatListener
rero.bridges.event.FilterChatListener
- All Implemented Interfaces:
- ChatListener
public class FilterChatListener
- extends EventChatListener
Method Summary |
boolean |
isChatEvent(java.lang.String eventId,
java.util.HashMap eventDescription)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
env
protected ScriptEnvironment env
filter
protected java.lang.String[] filter
event
protected java.lang.String event
code
protected CodeSnippet code
isPublic
protected int isPublic
FilterChatListener
public FilterChatListener(ScriptEnvironment _env,
java.lang.String _event,
java.lang.String _filter,
CodeSnippet _code)
isChatEvent
public boolean isChatEvent(java.lang.String eventId,
java.util.HashMap eventDescription)
- Specified by:
isChatEvent
in interface ChatListener
- Specified by:
isChatEvent
in class EventChatListener