| Package | com.joebillman.containers.events |
| Class | public class WindowEvent |
| Inheritance | WindowEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
WindowEvent(evt:String) | WindowEvent | ||
clone():Event [override] | WindowEvent | ||
toString():String [override] | WindowEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| CLOSE : String = winClose [static] | WindowEvent | ||
| CLOSE_BTN : String = winCloseBtn [static] | WindowEvent | ||
| FADE_IN : String = winFadeIn [static] | WindowEvent | ||
| FADE_IN_COMPLETE : String = winFadeInComplete [static] | WindowEvent | ||
| FADE_OUT : String = winFadeOut [static] | WindowEvent | ||
| FADE_OUT_COMPLETE : String = winFadeOutComplete [static] | WindowEvent | ||
| WindowEvent | () | Constructor |
public function WindowEvent(evt:String)evt:String |
| clone | () | method |
override public function clone():EventReturnsEvent |
| toString | () | method |
override public function toString():StringReturnsString |
| CLOSE | Constant |
public static const CLOSE:String = winClose| CLOSE_BTN | Constant |
public static const CLOSE_BTN:String = winCloseBtn| FADE_IN | Constant |
public static const FADE_IN:String = winFadeIn| FADE_IN_COMPLETE | Constant |
public static const FADE_IN_COMPLETE:String = winFadeInComplete| FADE_OUT | Constant |
public static const FADE_OUT:String = winFadeOut| FADE_OUT_COMPLETE | Constant |
public static const FADE_OUT_COMPLETE:String = winFadeOutComplete