rero.client.server
Class ProcessEvents
java.lang.Object
rero.client.Feature
rero.client.server.ProcessEvents
- All Implemented Interfaces:
- ChatListener, FrameworkConstants
- public class ProcessEvents
- extends Feature
- implements FrameworkConstants, ChatListener
Fields inherited from interface rero.ircfw.interfaces.FrameworkConstants |
$ADDRESS$, $DATA$, $EVENT$, $HOST$, $NICK$, $NUMERIC$, $PARMS$, $RAW$, $SERVER$, $SOURCE$, $TARGET$, $TYPE$, $USER$ |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ircData
protected InternalDataList ircData
output
protected OutputCapabilities output
syncs
protected SyncCheck syncs
ProcessEvents
public ProcessEvents()
init
public void init()
- Specified by:
init
in class Feature
fireChatEvent
public int fireChatEvent(HashMap eventDescription)
- Specified by:
fireChatEvent
in interface ChatListener
processNumeric
public void processNumeric(String numeric,
HashMap eventDescription)
isChatEvent
public boolean isChatEvent(String eventId,
HashMap eventDescription)
- Specified by:
isChatEvent
in interface ChatListener