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$ |
Method Summary |
int |
fireChatEvent(java.util.HashMap eventDescription)
|
void |
init()
|
boolean |
isChatEvent(java.lang.String eventId,
java.util.HashMap eventDescription)
|
void |
processNumeric(java.lang.String numeric,
java.util.HashMap eventDescription)
|
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(java.util.HashMap eventDescription)
- Specified by:
fireChatEvent
in interface ChatListener
processNumeric
public void processNumeric(java.lang.String numeric,
java.util.HashMap eventDescription)
isChatEvent
public boolean isChatEvent(java.lang.String eventId,
java.util.HashMap eventDescription)
- Specified by:
isChatEvent
in interface ChatListener