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

Packages that use GenericCommandAutoService
f00f.net.irc.martyr   
f00f.net.irc.martyr.dcc   
f00f.net.irc.martyr.services   
f00f.net.irc.martyr.test   
 

Uses of GenericCommandAutoService in f00f.net.irc.martyr
 

Subclasses of GenericCommandAutoService in f00f.net.irc.martyr
 class GenericAutoService
          Provides a framework for an auto service.
 

Uses of GenericCommandAutoService in f00f.net.irc.martyr.dcc
 

Subclasses of GenericCommandAutoService in f00f.net.irc.martyr.dcc
 class AutoDccSetup
          AutoDccSetup enables an application to "listen" for when another client is offering a DCC connection to us.
 

Uses of GenericCommandAutoService in f00f.net.irc.martyr.services
 

Subclasses of GenericCommandAutoService in f00f.net.irc.martyr.services
 class AutoJoin
          AutoJoin joins a group if the IRCConnection is ready.
 class AutoReconnect
          AutoReconnect performs the job of reconnecting to the server, if the connection is terminated unexpectedly.
 class AutoRegister
          AutoRegister performs the task of registering the user with the server once connected, including finding an appropriate nickname to use if the desired one is taken.
 

Uses of GenericCommandAutoService in f00f.net.irc.martyr.test
 

Subclasses of GenericCommandAutoService in f00f.net.irc.martyr.test
static class IRCConsole.CommandListener
           
 



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