|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--irssibot.core.ModeQueueElement
This class represents an element in a mode queue for a server connection.
irssibot.core.ModeQueue| Field Summary | |
private java.lang.String |
channelName
Name of channel to apply this mode on. |
private int |
mode
Mode change as int constant. |
private int |
priority
Priority value by which the mode is inserted into the queue. |
static int |
PRIORITY_IMMEDIATE
Modes with IMMEDIATE priority will be not be queued, but instantly written to server. |
static int |
PRIORITY_NORMAL
Normal priority of modes. |
private java.lang.String |
target
Target of mode. |
| Constructor Summary | |
ModeQueueElement(int mode,
int priority,
java.lang.String target,
java.lang.String channelName)
|
|
| Method Summary | |
java.lang.String |
getChannelName()
|
int |
getMode()
|
int |
getPriority()
|
java.lang.String |
getTarget()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private int priority
private int mode
irssibot.core.Ircprivate java.lang.String target
private java.lang.String channelName
public static final int PRIORITY_IMMEDIATE
public static final int PRIORITY_NORMAL
| Constructor Detail |
public ModeQueueElement(int mode,
int priority,
java.lang.String target,
java.lang.String channelName)
| Method Detail |
public int getMode()
public int getPriority()
public java.lang.String getTarget()
public java.lang.String getChannelName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||