Packagefunnel.ui
Classpublic class ButtonEvent
InheritanceButtonEvent Inheritance flash.events.Event

This is the class to express physical button releated events



Public Methods
 MethodDefined by
  
ButtonEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
ButtonEvent
Public Constants
 ConstantDefined by
  LONG_PRESS : String = "longPress"
[static]
ButtonEvent
  PRESS : String = "press"
[static]
ButtonEvent
  RELEASE : String = "release"
[static]
ButtonEvent
  SUSTAINED_PRESS : String = "sustainedPress"
[static]
ButtonEvent
Constructor detail
ButtonEvent()constructor
public function ButtonEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
LONG_PRESSconstant
public static const LONG_PRESS:String = "longPress"
PRESSconstant 
public static const PRESS:String = "press"
RELEASEconstant 
public static const RELEASE:String = "release"
SUSTAINED_PRESSconstant 
public static const SUSTAINED_PRESS:String = "sustainedPress"