rero.client.server
Class ListFilter

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

public class ListFilter
extends Object
implements ChatListener

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


Field Summary
protected  String filter
           
 
Fields inherited from interface rero.ircfw.interfaces.ChatListener
EVENT_DONE, EVENT_HALT, REMOVE_LISTENER
 
Constructor Summary
ListFilter(String _filter)
           
 
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
 

Field Detail

filter

protected String filter
Constructor Detail

ListFilter

public ListFilter(String _filter)
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