Packageflexlib.mdi.events
Classpublic class MDIEffectEvent
InheritanceMDIEffectEvent Inheritance mx.events.EffectEvent

Event class dispatched at beginning and end of mdi effects for things like minimize, maximize, etc.



Public Properties
 PropertyDefined By
  mdiEventType : String
Corresponds to type property of corresponding MDIManagerEvent.
MDIEffectEvent
  windows : Array
List of windows involved in effect.
MDIEffectEvent
Public Methods
 MethodDefined By
  
MDIEffectEvent(type:String, mdiEventType:String, windows:Array)
Constructor
MDIEffectEvent
Property Detail
mdiEventTypeproperty
public var mdiEventType:String

Corresponds to type property of corresponding MDIManagerEvent.

windowsproperty 
public var windows:Array

List of windows involved in effect.

Constructor Detail
MDIEffectEvent()Constructor
public function MDIEffectEvent(type:String, mdiEventType:String, windows:Array)

Constructor

Parameters
type:String — EffectEvent.EFFECT_START or EfectEvent.EFFECT_END
 
mdiEventType:String — Corresponding mdi event type like minimize, maximize, tile, etc. Will be one of MDIManagerEvent's static types.
 
windows:Array — List of windows involved in effect. Will be a single element except for cascade and tile.