Package | flexlib.mdi.events |
Class | public class MDIEffectEvent |
Inheritance | MDIEffectEvent ![]() |
Property | Defined By | ||
---|---|---|---|
mdiEventType : String
Corresponds to type property of corresponding MDIManagerEvent. | MDIEffectEvent | ||
windows : Array
List of windows involved in effect. | MDIEffectEvent |
Method | Defined By | ||
---|---|---|---|
MDIEffectEvent(type:String, mdiEventType:String, windows:Array)
Constructor
| MDIEffectEvent |
mdiEventType | property |
public var mdiEventType:String
Corresponds to type property of corresponding MDIManagerEvent.
windows | property |
public var windows:Array
List of windows involved in effect.
MDIEffectEvent | () | Constructor |
public function MDIEffectEvent(type:String, mdiEventType:String, windows:Array)
Constructor
Parameterstype: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.
|