Packagecom.joebillman.containers.events
Classpublic class WindowEvent
InheritanceWindowEvent Inheritance flash.events.Event



Public Methods
 MethodDefined By
  
WindowEvent(evt:String)
WindowEvent
  
clone():Event
[override]
WindowEvent
  
toString():String
[override]
WindowEvent
Public Constants
 ConstantDefined 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
Constructor Detail
WindowEvent()Constructor
public function WindowEvent(evt:String)



Parameters
evt:String
Method Detail
clone()method
override public function clone():Event

Returns
Event
toString()method 
override public function toString():String

Returns
String
Constant Detail
CLOSEConstant
public static const CLOSE:String = winClose

CLOSE_BTNConstant 
public static const CLOSE_BTN:String = winCloseBtn

FADE_INConstant 
public static const FADE_IN:String = winFadeIn

FADE_IN_COMPLETEConstant 
public static const FADE_IN_COMPLETE:String = winFadeInComplete

FADE_OUTConstant 
public static const FADE_OUT:String = winFadeOut

FADE_OUT_COMPLETEConstant 
public static const FADE_OUT_COMPLETE:String = winFadeOutComplete