rero.client.server
Class PerformOnConnect

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

public class PerformOnConnect
extends Feature
implements ChatListener

temporary listener to halt /list replies that don't match our criteria


Field Summary
 
Fields inherited from class rero.client.Feature
abilities
 
Fields inherited from interface rero.ircfw.interfaces.ChatListener
EVENT_DONE, EVENT_HALT, REMOVE_LISTENER
 
Constructor Summary
PerformOnConnect()
           
 
Method Summary
 int fireChatEvent(HashMap eventDescription)
           
 void init()
           
 boolean isChatEvent(String event, HashMap eventDescription)
           
 void processInput(String input)
           
 
Methods inherited from class rero.client.Feature
cleanup, getCapabilities, installCapabilities, storeDataStructures
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformOnConnect

public PerformOnConnect()
Method Detail

init

public void init()
Specified by:
init in class Feature

fireChatEvent

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

processInput

public void processInput(String input)

isChatEvent

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