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