| Package | com.distriqt.extension.forcetouch.events |
| Class | public class ApplicationShortcutEvent |
| Inheritance | ApplicationShortcutEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| item : ApplicationShortcut
Details about the application shortcut that was selected. | ApplicationShortcutEvent | ||
| Method | Defined By | ||
|---|---|---|---|
ApplicationShortcutEvent(type:String, item:ApplicationShortcut = null, bubbles:Boolean = false, cancelable:Boolean = false) | ApplicationShortcutEvent | ||
clone():Event [override] | ApplicationShortcutEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| SHORTCUT_SELECTED : String = shortcut:selected [static]
Dispatched when a shortcut was selected by the user. | ApplicationShortcutEvent | ||
| item | property |
public var item:ApplicationShortcut
Details about the application shortcut that was selected.
You can only expect identifier and userInfo to be valid here.
| ApplicationShortcutEvent | () | Constructor |
public function ApplicationShortcutEvent(type:String, item:ApplicationShortcut = null, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
item:ApplicationShortcut (default = null) | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| SHORTCUT_SELECTED | Constant |
public static const SHORTCUT_SELECTED:String = shortcut:selectedDispatched when a shortcut was selected by the user.