Package | fin.desktop.events |
Class | public class ApplicationEvent |
Inheritance | ApplicationEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
application : Application [read-only] | ApplicationEvent | ||
payload : Object [read-only] | ApplicationEvent |
Method | Defined By | ||
---|---|---|---|
ApplicationEvent(type:String, payload:Object, application:Application) | ApplicationEvent |
Constant | Defined By | ||
---|---|---|---|
CLOSED : String = closed [static] | ApplicationEvent | ||
CRASHED : String = crashed [static] | ApplicationEvent | ||
ERROR : String = error [static] | ApplicationEvent | ||
NOT_RESPONDING : String = not-responding [static] | ApplicationEvent | ||
OUT_OF_MEMORY : String = out-of-memory [static] | ApplicationEvent | ||
RESPONDING : String = responding [static] | ApplicationEvent | ||
RUN_REQUESTED : String = run-requested [static] | ApplicationEvent | ||
STARTED : String = started [static] | ApplicationEvent | ||
TRAY_ICON_CLICKED : String = tray-icon-clicked [static] | ApplicationEvent |
application | property |
payload | property |
payload:Object
[read-only] public function get payload():Object
ApplicationEvent | () | Constructor |
public function ApplicationEvent(type:String, payload:Object, application:Application)
type:String | |
payload:Object | |
application:Application |
CLOSED | Constant |
public static const CLOSED:String = closed
CRASHED | Constant |
public static const CRASHED:String = crashed
ERROR | Constant |
public static const ERROR:String = error
NOT_RESPONDING | Constant |
public static const NOT_RESPONDING:String = not-responding
OUT_OF_MEMORY | Constant |
public static const OUT_OF_MEMORY:String = out-of-memory
RESPONDING | Constant |
public static const RESPONDING:String = responding
RUN_REQUESTED | Constant |
public static const RUN_REQUESTED:String = run-requested
STARTED | Constant |
public static const STARTED:String = started
TRAY_ICON_CLICKED | Constant |
public static const TRAY_ICON_CLICKED:String = tray-icon-clicked