|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjerklib.events.modes.ModeAdjustment
public class ModeAdjustment
A Class to represent a mode adjustment to a user or a channel.
| Nested Class Summary | |
|---|---|
static class |
ModeAdjustment.Action
Enum of mode action types. |
| Constructor Summary | |
|---|---|
ModeAdjustment(ModeAdjustment.Action action,
char mode,
String argument)
|
|
| Method Summary | |
|---|---|
ModeAdjustment.Action |
getAction()
Indicates if the mode is being applied or removed |
String |
getArgument()
This will return the argument for this mode if any. |
char |
getMode()
Get the mode for this adjustment |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ModeAdjustment(ModeAdjustment.Action action,
char mode,
String argument)
| Method Detail |
|---|
public ModeAdjustment.Action getAction()
public char getMode()
public String getArgument()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||