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.i2ptunnel   
net.i2p.jetty   
net.i2p.router.startup The I2P startup package loads the configuration when I2P is started. 
net.i2p.router.web   
 

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.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.web
 

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