Uses of Class
uavsim.graphics.controls.ControlCallbackEvent.E_StateChange

Packages that use ControlCallbackEvent.E_StateChange
uavsim.graphics.controls Provides... 
 

Uses of ControlCallbackEvent.E_StateChange in uavsim.graphics.controls
 

Fields in uavsim.graphics.controls declared as ControlCallbackEvent.E_StateChange
private  ControlCallbackEvent.E_StateChange ControlCallbackEvent._stateChange
          the state change as a result of the event
 

Methods in uavsim.graphics.controls that return ControlCallbackEvent.E_StateChange
 ControlCallbackEvent.E_StateChange ControlCallbackEvent.getStateChange()
          Gets the state change as a result of the event.
static ControlCallbackEvent.E_StateChange ControlCallbackEvent.E_StateChange.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ControlCallbackEvent.E_StateChange[] ControlCallbackEvent.E_StateChange.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in uavsim.graphics.controls with parameters of type ControlCallbackEvent.E_StateChange
ControlCallbackEvent(java.lang.String id, ControlCallbackEvent.E_StateChange stateChange)
          Creates a callback event.