Packagecom.yworks.support
Classpublic class StateMachineEvent
InheritanceStateMachineEvent Inheritance flash.events.Event

Event class that is dispatched by a StateMachineInputMode

See also

com.yworks.canvas.input.StateMachineInputMode
StateMachineEventKind


Public Properties
 PropertyDefined By
  kind : String
[read-only]
StateMachineEvent
Public Methods
 MethodDefined By
  
StateMachineEvent(type:String, kind:String)
StateMachineEvent
  
clone():Event
[override]
StateMachineEvent
Public Constants
 ConstantDefined By
  STATE_MACHINE_EVENT : String = stateMachineEvent
[static]
StateMachineEvent
Property Detail
kindproperty
kind:String  [read-only]


Implementation
    public function get kind():String

See also

Constructor Detail
StateMachineEvent()Constructor
public function StateMachineEvent(type:String, kind:String)

Parameters
type:String
 
kind:String

See also

Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
STATE_MACHINE_EVENTConstant
public static const STATE_MACHINE_EVENT:String = stateMachineEvent