|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use State | |
| f00f.net.irc.martyr | |
| f00f.net.irc.martyr.commands | |
| f00f.net.irc.martyr.errors | |
| Uses of State in f00f.net.irc.martyr |
| Fields in f00f.net.irc.martyr declared as State | |
static State |
State.UNCONNECTED
|
static State |
State.UNREGISTERED
|
static State |
State.REGISTERED
|
static State |
State.UNKNOWN
|
| Methods in f00f.net.irc.martyr that return State | |
State |
IRCConnection.getState()
|
State |
InCommand.getState()
Some commands, when received by the server, can only occur in one state. |
| Methods in f00f.net.irc.martyr with parameters of type State | |
protected abstract void |
GenericAutoService.updateState(State state)
|
protected void |
AutoJoin.updateState(State state)
|
protected void |
AutoReconnect.updateState(State state)
|
protected void |
AutoRegister.updateState(State state)
|
| Uses of State in f00f.net.irc.martyr.commands |
| Methods in f00f.net.irc.martyr.commands that return State | |
State |
GenericInCommand.getState()
Some commands, when received by the server, can only occur in one state. |
State |
ModeCommand.getState()
|
State |
PingCommand.getState()
|
State |
UnknownCommand.getState()
|
State |
NoticeCommand.getState()
|
| Uses of State in f00f.net.irc.martyr.errors |
| Methods in f00f.net.irc.martyr.errors that return State | |
State |
ChannelInviteOnlyError.getState()
|
State |
NickInUseError.getState()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||