Packagecom.gestureworks.events
Classpublic class GWEvent
InheritanceGWEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  ENTER_FRAME : String = enterFrameEvent
[static]
GWEvent
Public Methods
 MethodDefined By
  
GWEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)
GWEvent
  
clone():Event
[override]
GWEvent
Property Detail
ENTER_FRAMEproperty
public static var ENTER_FRAME:String = enterFrameEvent

Constructor Detail
GWEvent()Constructor
public function GWEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = true)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event