Packagecom.distriqt.extension.forcetouch.events
Classpublic class ApplicationShortcutEvent
InheritanceApplicationShortcutEvent Inheritance flash.events.Event

Describes application shortcut selection events



Public Properties
 PropertyDefined By
  item : ApplicationShortcut
Details about the application shortcut that was selected.
ApplicationShortcutEvent
Public Methods
 MethodDefined By
  
ApplicationShortcutEvent(type:String, item:ApplicationShortcut = null, bubbles:Boolean = false, cancelable:Boolean = false)
ApplicationShortcutEvent
  
clone():Event
[override]
ApplicationShortcutEvent
Public Constants
 ConstantDefined By
  SHORTCUT_SELECTED : String = shortcut:selected
[static] Dispatched when a shortcut was selected by the user.
ApplicationShortcutEvent
Property Detail
itemproperty
public var item:ApplicationShortcut

Details about the application shortcut that was selected. You can only expect identifier and userInfo to be valid here.

Constructor Detail
ApplicationShortcutEvent()Constructor
public function ApplicationShortcutEvent(type:String, item:ApplicationShortcut = null, bubbles:Boolean = false, cancelable:Boolean = false)



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

Returns
Event
Constant Detail
SHORTCUT_SELECTEDConstant
public static const SHORTCUT_SELECTED:String = shortcut:selected

Dispatched when a shortcut was selected by the user.