rero.ircfw

Class ProtocolDispatcher

public class ProtocolDispatcher extends Object implements FrameworkConstants

Field Summary
protected ChatListenerinternal
protected LinkedListpermanent
protected LinkedListtemporary
Method Summary
voidaddChatListener(ChatListener l)
voidaddTemporaryListener(ChatListener l)
voiddispatchEvent(HashMap eventDescription)
voidsetInternalListener(ChatListener l)

Field Detail

internal

protected ChatListener internal

permanent

protected LinkedList permanent

temporary

protected LinkedList temporary

Method Detail

addChatListener

public void addChatListener(ChatListener l)

addTemporaryListener

public void addTemporaryListener(ChatListener l)

dispatchEvent

public void dispatchEvent(HashMap eventDescription)

setInternalListener

public void setInternalListener(ChatListener l)