Uses of Class
f00f.net.irc.martyr.State

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 Command.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  void GenericAutoService.updateState(State state)
           
protected  void AutoReconnect.updateState(State state)
           
protected  void AutoJoin.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 GenericCommand.getState()
          Some commands, when received by the server, can only occur in one state.
 State ModeCommand.getState()
           
 State PingCommand.getState()
           
 State RawCommand.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()
           
 



Copyright ? 2000,2001, f00f networks. All Rights Reserved.