rero.ircfw.interfaces
Interface ChatListener

All Known Implementing Classes:
EventChatListener, FeatureDCC, ListFilter, LocalInfo.ResolveLocalInfo, NotifyData, NotifyUser, PerformOnConnect, ProcessEvents, 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(HashMap eventDescription)
           
 boolean isChatEvent(String eventId, HashMap eventDescription)
           
 

Field Detail

EVENT_DONE

public static final int EVENT_DONE
See Also:
Constant Field Values

EVENT_HALT

public static final int EVENT_HALT
See Also:
Constant Field Values

REMOVE_LISTENER

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

fireChatEvent

public int fireChatEvent(HashMap eventDescription)

isChatEvent

public boolean isChatEvent(String eventId,
                           HashMap eventDescription)