rero.ircfw.interfaces

Interface ChatListener

public interface ChatListener

Field Summary
static intEVENT_DONE
static intEVENT_HALT
static intREMOVE_LISTENER
Method Summary
intfireChatEvent(HashMap eventDescription)
booleanisChatEvent(String eventId, HashMap eventDescription)

Field Detail

EVENT_DONE

public static final int EVENT_DONE

EVENT_HALT

public static final int EVENT_HALT

REMOVE_LISTENER

public static final int REMOVE_LISTENER

Method Detail

fireChatEvent

public int fireChatEvent(HashMap eventDescription)

isChatEvent

public boolean isChatEvent(String eventId, HashMap eventDescription)