Uses of Class
net.i2p.app.ClientAppState

Packages that use ClientAppState
net.i2p.app Interfaces for classes to be started and stopped via clients.config. 
net.i2p.apps.systray A system tray control for launching the I2P router console. 
net.i2p.BOB BOB, the Basic Open Bridge, allows TCP applications to talk over I2P. 
net.i2p.i2ptunnel Implementation of preconfigured tunnels, both for clients and servers, and a UI for adding more and editing the configuration. 
net.i2p.jetty Classes for starting Jetty, logging requests, and debug logging to the I2P router log. 
net.i2p.router.startup The I2P startup package loads the configuration when I2P is started. 
net.i2p.router.update Classes to implement the update process. 
net.i2p.router.web The router console user interface, implemented in routerconsole.jar, with these classes supporting the webapp in routerconsole.war. 
net.i2p.sam The SAM client API. 
 

Uses of ClientAppState in net.i2p.app
 

Methods in net.i2p.app that return ClientAppState
 ClientAppState ClientApp.getState()
          The current state of the ClientApp.
static ClientAppState ClientAppState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClientAppState[] ClientAppState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.i2p.app with parameters of type ClientAppState
 void ClientAppManager.notify(ClientApp app, ClientAppState state, String message, Exception e)
          Must be called on all state transitions except from UNINITIALIZED to INITIALIZED.
 

Uses of ClientAppState in net.i2p.apps.systray
 

Methods in net.i2p.apps.systray that return ClientAppState
 ClientAppState UrlLauncher.getState()
          ClientApp interface
 

Uses of ClientAppState in net.i2p.BOB
 

Methods in net.i2p.BOB that return ClientAppState
 ClientAppState BOB.getState()
           
 

Uses of ClientAppState in net.i2p.i2ptunnel
 

Methods in net.i2p.i2ptunnel that return ClientAppState
 ClientAppState TunnelControllerGroup.getState()
          ClientApp interface
 

Uses of ClientAppState in net.i2p.jetty
 

Methods in net.i2p.jetty that return ClientAppState
 ClientAppState JettyStart.getState()
           
 

Uses of ClientAppState in net.i2p.router.startup
 

Methods in net.i2p.router.startup with parameters of type ClientAppState
 void RouterAppManager.notify(ClientApp app, ClientAppState state, String message, Exception e)
          Must be called on all state transitions except from UNINITIALIZED to INITIALIZED.
 

Uses of ClientAppState in net.i2p.router.update
 

Methods in net.i2p.router.update that return ClientAppState
 ClientAppState ConsoleUpdateManager.getState()
           
 

Uses of ClientAppState in net.i2p.router.web
 

Methods in net.i2p.router.web that return ClientAppState
 ClientAppState RouterConsoleRunner.getState()
           
 

Uses of ClientAppState in net.i2p.sam
 

Methods in net.i2p.sam that return ClientAppState
 ClientAppState SAMBridge.getState()