rero.ircfw
Class Channel
java.lang.Object
rero.ircfw.Channel
- All Implemented Interfaces:
- Comparator, FrameworkConstants
- public class Channel
- extends Object
- implements FrameworkConstants, Comparator
Fields inherited from interface rero.ircfw.interfaces.FrameworkConstants |
$ADDRESS$, $DATA$, $EVENT$, $HOST$, $NICK$, $NUMERIC$, $PARMS$, $RAW$, $SERVER$, $SOURCE$, $TARGET$, $TYPE$, $USER$ |
topic
protected String topic
limit
protected int limit
key
protected String key
mode
protected GenericMode mode
name
protected String name
allusers
protected SortedSet allusers
Channel
public Channel(String name)
setTopic
public void setTopic(String t)
getTopic
public String getTopic()
setLimit
public void setLimit(int l)
getLimit
public int getLimit()
setKey
public void setKey(String k)
getKey
public String getKey()
setMode
public void setMode(String m)
getMode
public GenericMode getMode()
getName
public String getName()
compare
public int compare(Object aa,
Object bb)
- Specified by:
compare
in interface Comparator
getAllUsers
public Set getAllUsers()
toString
public String toString()