f00f.net.irc.martyr.modes.user
Class GenericUserMode

java.lang.Object
  extended by f00f.net.irc.martyr.modes.GenericMode
      extended by f00f.net.irc.martyr.modes.user.GenericUserMode
All Implemented Interfaces:
Mode
Direct Known Subclasses:
InvisibleMode

public abstract class GenericUserMode
extends GenericMode


Nested Class Summary
 
Nested classes/interfaces inherited from interface f00f.net.irc.martyr.Mode
Mode.Sign
 
Constructor Summary
GenericUserMode()
           
 
Method Summary
 boolean onePerChannel()
          Well, this is kind of irrelevent isn't it?
 boolean recordInChannel()
          This mode should be recorded in the list of channel modes.
 
Methods inherited from class f00f.net.irc.martyr.modes.GenericMode
equals, getParam, getSign, hashCode, setParam, setSign, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface f00f.net.irc.martyr.Mode
getChar, newInstance, requiresParam
 

Constructor Detail

GenericUserMode

public GenericUserMode()
Method Detail

recordInChannel

public boolean recordInChannel()
Description copied from interface: Mode
This mode should be recorded in the list of channel modes. This would NOT include such things as operator status, as it is recored with the Member object.

Returns:
True or false of the mode should be recorded in the list of channels

onePerChannel

public boolean onePerChannel()
Well, this is kind of irrelevent isn't it?

Returns:
True or false if only one instance of mode can exist per channel


Copyright © 2000-2007 Ben Damm, Daniel Henninger, et al.