rero.client.server

Class IgnoreHandler

public class IgnoreHandler extends 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*
Field Summary
protected booleancheckIgnore
protected StringListignoreMasks
Constructor Summary
IgnoreHandler()
Method Summary
voidhash()
booleanisCheckingIgnore()
booleanisIgnore(String nick, String host)
voidpropertyChanged(String prop, String parms)

Field Detail

checkIgnore

protected boolean checkIgnore

ignoreMasks

protected StringList ignoreMasks

Constructor Detail

IgnoreHandler

public IgnoreHandler()

Method Detail

hash

public void hash()

isCheckingIgnore

public boolean isCheckingIgnore()

isIgnore

public boolean isIgnore(String nick, String host)

propertyChanged

public void propertyChanged(String prop, String parms)