tcMenuJavaAPI
Public Member Functions | Public Attributes | List of all members
com.thecoderscorner.menu.remote.AuthStatus Enum Reference

Public Member Functions

 AuthStatus (String description)
 
String getDescription ()
 

Public Attributes

 NOT_STARTED =("Not yet started, or stopped")
 
 AWAITING_CONNECTION =("Waiting for connection")
 
 ESTABLISHED_CONNECTION =("Connection established")
 
 SEND_AUTH =("Send Authentication")
 
 AUTHENTICATED =("Authenticated")
 
 FAILED_AUTH =("Authentication failed")
 
 BOOTSTRAPPING =("Bootstrap Started")
 
 CONNECTION_READY =("Connection Ready")
 
 CONNECTION_FAILED =("Connection Failed")
 

Detailed Description

the authentication states that a RemoteMenuController can be in. Internally, the controller object is always in one of these states, and this is just the exterior view of the state.


The documentation for this enum was generated from the following file: