Packagefin.desktop.events
Classpublic class WindowEvent
InheritanceWindowEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  payload : Object
[read-only]
WindowEvent
Public Methods
 MethodDefined By
  
WindowEvent(type:String, payload:Object)
WindowEvent
Public Constants
 ConstantDefined By
  BLURRED : String = blurred
[static]
WindowEvent
  BOUNDS_CHANGED : String = bounds-changed
[static]
WindowEvent
  BOUNDS_CHANGING : String = bounds-changing
[static]
WindowEvent
  CLOSED : String = closed
[static]
WindowEvent
  CLOSE_REQUESTED : String = close-requested
[static]
WindowEvent
  DISABLED_FRAME_BOUNDS_CHANGED : String = disabled-frame-bounds-changed
[static]
WindowEvent
  DISABLED_FRAME_BOUNDS_CHANGING : String = disabled-frame-bounds-changing
[static]
WindowEvent
  FOCUSED : String = focused
[static]
WindowEvent
  FRAME_DISABLED : String = frame-disabled
[static]
WindowEvent
  FRAME_ENABLED : String = frame-enabled
[static]
WindowEvent
  GROUP_CHANGED : String = group-changed
[static]
WindowEvent
  HIDDEN : String = hidden
[static]
WindowEvent
  MAXIMIZED : String = maximized
[static]
WindowEvent
  MINIMIZED : String = minimized
[static]
WindowEvent
  RESTORED : String = restored
[static]
WindowEvent
  SHOWN : String = shown
[static]
WindowEvent
Property Detail
payloadproperty
payload:Object  [read-only]


Implementation
    public function get payload():Object
Constructor Detail
WindowEvent()Constructor
public function WindowEvent(type:String, payload:Object)



Parameters
type:String
 
payload:Object
Constant Detail
BLURREDConstant
public static const BLURRED:String = blurred

BOUNDS_CHANGEDConstant 
public static const BOUNDS_CHANGED:String = bounds-changed

BOUNDS_CHANGINGConstant 
public static const BOUNDS_CHANGING:String = bounds-changing

CLOSE_REQUESTEDConstant 
public static const CLOSE_REQUESTED:String = close-requested

CLOSEDConstant 
public static const CLOSED:String = closed

DISABLED_FRAME_BOUNDS_CHANGEDConstant 
public static const DISABLED_FRAME_BOUNDS_CHANGED:String = disabled-frame-bounds-changed

DISABLED_FRAME_BOUNDS_CHANGINGConstant 
public static const DISABLED_FRAME_BOUNDS_CHANGING:String = disabled-frame-bounds-changing

FOCUSEDConstant 
public static const FOCUSED:String = focused

FRAME_DISABLEDConstant 
public static const FRAME_DISABLED:String = frame-disabled

FRAME_ENABLEDConstant 
public static const FRAME_ENABLED:String = frame-enabled

GROUP_CHANGEDConstant 
public static const GROUP_CHANGED:String = group-changed

HIDDENConstant 
public static const HIDDEN:String = hidden

MAXIMIZEDConstant 
public static const MAXIMIZED:String = maximized

MINIMIZEDConstant 
public static const MINIMIZED:String = minimized

RESTOREDConstant 
public static const RESTORED:String = restored

SHOWNConstant 
public static const SHOWN:String = shown