rero.client.server
Class IgnoreHandler
java.lang.Object
rero.client.server.IgnoreHandler
- All Implemented Interfaces:
- ClientStateListener
public class IgnoreHandler
- extends java.lang.Object
- implements ClientStateListener
I don't currently have an "on raw" event that fires before normal processing occurs. So this is called directly from the
ServerHandler class and that determines wether or not to halt processing of the event. Kind of a hacked way to do this but
it works I guess... *shrug*
Method Summary |
void |
hash()
|
boolean |
isCheckingIgnore()
|
boolean |
isIgnore(java.lang.String nick,
java.lang.String host)
|
void |
propertyChanged(java.lang.String prop,
java.lang.String parms)
when the property gets changed you will be notified! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checkIgnore
protected boolean checkIgnore
ignoreMasks
protected StringList ignoreMasks
IgnoreHandler
public IgnoreHandler()
propertyChanged
public void propertyChanged(java.lang.String prop,
java.lang.String parms)
- Description copied from interface:
ClientStateListener
- when the property gets changed you will be notified!
- Specified by:
propertyChanged
in interface ClientStateListener
hash
public void hash()
isCheckingIgnore
public boolean isCheckingIgnore()
isIgnore
public boolean isIgnore(java.lang.String nick,
java.lang.String host)