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

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

Methods in com.greenthrottle.gcs.api that return ControllerEvent.Action
 ControllerEvent.Action ControllerEvent.action()
          Returns Action that triggered this event, such as a button up or button down
static ControllerEvent.Action ControllerEvent.Action.makeFromInt(int codeValue)
           
static ControllerEvent.Action ControllerEvent.Action.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ControllerEvent.Action[] ControllerEvent.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.greenthrottle.gcs.api with parameters of type ControllerEvent.Action
ControllerEvent(java.lang.String controller_id, ControllerEvent.Action action, ControllerEvent.CommonCodes commonCode)