Uses of Class
f00f.net.irc.martyr.clientstate.ClientState

Packages that use ClientState
f00f.net.irc.martyr   
f00f.net.irc.martyr.commands   
f00f.net.irc.martyr.replies   
 

Uses of ClientState in f00f.net.irc.martyr
 

Methods in f00f.net.irc.martyr that return ClientState
 ClientState IRCConnection.getClientState()
           
 

Methods in f00f.net.irc.martyr with parameters of type ClientState
 boolean InCommand.updateClientState(ClientState state)
          Asks the command to ensure that information it knows about the state the server thinks the client is in matches what we have.
 

Constructors in f00f.net.irc.martyr with parameters of type ClientState
IRCConnection(ClientState clientState)
           
 

Uses of ClientState in f00f.net.irc.martyr.commands
 

Methods in f00f.net.irc.martyr.commands with parameters of type ClientState
 boolean GenericInCommand.updateClientState(ClientState state)
          By default, commands do not update the client state.
 boolean MessageCommand.isPrivateToUs(ClientState state)
          Returns true if the message is both private and for us.
 boolean KickCommand.kickedUs(ClientState state)
           
 boolean KickCommand.updateClientState(ClientState state)
           
 boolean ModeCommand.updateClientState(ClientState cs)
          Does nothing, as this is a factory command.
 boolean UserModeCommand.updateClientState(ClientState state)
           
 boolean ChannelModeCommand.updateClientState(ClientState state)
          Passes the modes on to the clientstate.Channel object.
 boolean QuitCommand.isOurQuit(ClientState state)
          Returns true if we are the ones quitting.
 boolean QuitCommand.updateClientState(ClientState state)
          If we are quitting, we won't be worrying about our client state.
 boolean PartCommand.updateClientState(ClientState state)
          Takes client state action.
 boolean TopicCommand.updateClientState(ClientState state)
           
 boolean NickCommand.updateClientState(ClientState state)
           
 boolean JoinCommand.weJoined(ClientState state)
           
 boolean JoinCommand.updateClientState(ClientState state)
           
 boolean WelcomeCommand.updateClientState(ClientState state)
          Sets the nick of the client state, if there is one included with this command.
 

Uses of ClientState in f00f.net.irc.martyr.replies
 

Methods in f00f.net.irc.martyr.replies with parameters of type ClientState
 boolean ChannelCreationReply.updateClientState(ClientState state)
          This should, theoretically, never be called, because this command is only ever used as a factory.
 boolean TopicInfoReply.updateClientState(ClientState state)
           
 boolean ModeReply.updateClientState(ClientState state)
          This should, theoretically, never be called, because this command is only ever used as a factory.
 boolean NamesReply.updateClientState(ClientState state)
          Adds the list of names to the client state.
 



Copyright © 2000,2001,2002,2003 f00f networks.