rero.ircfw
Class ProtocolDispatcher
java.lang.Object
rero.ircfw.ProtocolDispatcher
- All Implemented Interfaces:
- FrameworkConstants
- public class ProtocolDispatcher
- extends Object
- implements FrameworkConstants
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 |
temporary
protected LinkedList temporary
permanent
protected LinkedList permanent
internal
protected ChatListener internal
ProtocolDispatcher
public ProtocolDispatcher()
dispatchEvent
public void dispatchEvent(HashMap eventDescription)
addTemporaryListener
public void addTemporaryListener(ChatListener l)
addChatListener
public void addChatListener(ChatListener l)
setInternalListener
public void setInternalListener(ChatListener l)