rero.ircfw.interfaces
Interface ChatListener

All Known Implementing Classes:
EventChatListener, FeatureDCC, FilterChatListener, GeneralChatListener, ListFilter, LocalInfo.ResolveLocalInfo, NotifyData, NotifyUser, PerformOnConnect, PredicateChatListener, PrivateChatListener, ProcessEvents, PublicChatListener, ServerHandler, ServerHandler.NickInUseListener, UpdateIAL

public interface ChatListener


Field Summary
static int EVENT_DONE
           
static int EVENT_HALT
           
static int REMOVE_LISTENER
           
 
Method Summary
 int fireChatEvent(java.util.HashMap eventDescription)
           
 boolean isChatEvent(java.lang.String eventId, java.util.HashMap eventDescription)
           
 

Field Detail

EVENT_DONE

static final int EVENT_DONE
See Also:
Constant Field Values

EVENT_HALT

static final int EVENT_HALT
See Also:
Constant Field Values

REMOVE_LISTENER

static final int REMOVE_LISTENER
See Also:
Constant Field Values
Method Detail

fireChatEvent

int fireChatEvent(java.util.HashMap eventDescription)

isChatEvent

boolean isChatEvent(java.lang.String eventId,
                    java.util.HashMap eventDescription)