Uses of Class
com.greenthrottle.gcs.api.ControllerEvent.EventType

Uses of ControllerEvent.EventType in com.greenthrottle.gcs.api
 

Methods in com.greenthrottle.gcs.api that return ControllerEvent.EventType
static ControllerEvent.EventType ControllerEvent.EventType.makeFromInt(int codeValue)
           
static ControllerEvent.EventType ControllerEvent.EventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ControllerEvent.EventType[] ControllerEvent.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.