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 QuitCommand.isOurQuit(ClientState state)
          Returns true if we are the ones quitting.
 boolean NoticeCommand.isPrivateToUs(ClientState state)
          Returns true if the message is both private and for us.
 boolean MessageCommand.isPrivateToUs(ClientState state)
          Returns true if the message is both private and for us.
 boolean KickCommand.kickedUs(ClientState state)
           
 boolean WelcomeCommand.updateClientState(ClientState state)
          Sets the nick of the client state, if there is one included with this command.
 boolean UserModeCommand.updateClientState(ClientState state)
           
 boolean TopicCommand.updateClientState(ClientState state)
           
 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 NickCommand.updateClientState(ClientState state)
           
 boolean KickCommand.updateClientState(ClientState state)
           
 boolean JoinCommand.updateClientState(ClientState state)
           
 boolean ModeCommand.updateClientState(ClientState cs)
          Does nothing, as this is a factory command.
 boolean ChannelModeCommand.updateClientState(ClientState state)
          Passes the modes on to the clientstate.Channel object.
 boolean AbstractInCommand.updateClientState(ClientState state)
          By default, commands do not update the client state.
 boolean JoinCommand.weJoined(ClientState state)
           
 

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

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



Copyright © 2000-2007 Ben Damm, Daniel Henninger, et al.