|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModeAdjustment.Action | |
---|---|
jerklib | Package contains classes for working with the IRC protocol and IRC servers. |
jerklib.events.modes | Package contains classes for ModeEvents |
Uses of ModeAdjustment.Action in jerklib |
---|
Methods in jerklib with parameters of type ModeAdjustment.Action | |
---|---|
List<String> |
Channel.getNicksForMode(ModeAdjustment.Action action,
char mode)
Gets a list of user in channel with a given mode set. |
Uses of ModeAdjustment.Action in jerklib.events.modes |
---|
Methods in jerklib.events.modes that return ModeAdjustment.Action | |
---|---|
ModeAdjustment.Action |
ModeAdjustment.getAction()
Indicates if the mode is being applied or removed |
static ModeAdjustment.Action |
ModeAdjustment.Action.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ModeAdjustment.Action[] |
ModeAdjustment.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in jerklib.events.modes with parameters of type ModeAdjustment.Action | |
---|---|
ModeAdjustment(ModeAdjustment.Action action,
char mode,
String argument)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |