rero.bridges.event
Class EventChatListener
java.lang.Object
rero.bridges.event.EventChatListener
- All Implemented Interfaces:
- ChatListener
- Direct Known Subclasses:
- FilterChatListener, GeneralChatListener, PredicateChatListener, PrivateChatListener, PublicChatListener
- public abstract class EventChatListener
- extends Object
- implements ChatListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listeners
protected List listeners
storedFlags
protected int storedFlags
EventChatListener
public EventChatListener()
setFlags
public void setFlags(int flag)
addListener
public void addListener(CodeSnippet code)
fireChatEvent
public int fireChatEvent(HashMap eventDescription)
- Specified by:
fireChatEvent
in interface ChatListener
isChatEvent
public abstract boolean isChatEvent(String eventId,
HashMap eventDescription)
- Specified by:
isChatEvent
in interface ChatListener