rero.client.server
Class UpdateIAL

java.lang.Object
  extended byrero.client.server.UpdateIAL
All Implemented Interfaces:
ChatListener

public class UpdateIAL
extends Object
implements ChatListener


Field Summary
 
Fields inherited from interface rero.ircfw.interfaces.ChatListener
EVENT_DONE, EVENT_HALT, REMOVE_LISTENER
 
Constructor Summary
UpdateIAL()
           
 
Method Summary
 int fireChatEvent(HashMap eventDescription)
           
 boolean isChatEvent(String event, HashMap eventDescription)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateIAL

public UpdateIAL()
Method Detail

fireChatEvent

public int fireChatEvent(HashMap eventDescription)
Specified by:
fireChatEvent in interface ChatListener

isChatEvent

public boolean isChatEvent(String event,
                           HashMap eventDescription)
Specified by:
isChatEvent in interface ChatListener