Packagefin.desktop.events
Classpublic class ApplicationEvent
InheritanceApplicationEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  application : Application
[read-only]
ApplicationEvent
  payload : Object
[read-only]
ApplicationEvent
Public Methods
 MethodDefined By
  
ApplicationEvent(type:String, payload:Object, application:Application)
ApplicationEvent
Public Constants
 ConstantDefined 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
Property Detail
applicationproperty
application:Application  [read-only]


Implementation
    public function get application():Application
payloadproperty 
payload:Object  [read-only]


Implementation
    public function get payload():Object
Constructor Detail
ApplicationEvent()Constructor
public function ApplicationEvent(type:String, payload:Object, application:Application)



Parameters
type:String
 
payload:Object
 
application:Application
Constant Detail
CLOSEDConstant
public static const CLOSED:String = closed

CRASHEDConstant 
public static const CRASHED:String = crashed

ERRORConstant 
public static const ERROR:String = error

NOT_RESPONDINGConstant 
public static const NOT_RESPONDING:String = not-responding

OUT_OF_MEMORYConstant 
public static const OUT_OF_MEMORY:String = out-of-memory

RESPONDINGConstant 
public static const RESPONDING:String = responding

RUN_REQUESTEDConstant 
public static const RUN_REQUESTED:String = run-requested

STARTEDConstant 
public static const STARTED:String = started

TRAY_ICON_CLICKEDConstant 
public static const TRAY_ICON_CLICKED:String = tray-icon-clicked