Package | at.events |
Class | public class TemplateEvent |
Inheritance | TemplateEvent ![]() |
Method | Defined by | ||
---|---|---|---|
TemplateEvent(type:String, bubbles:Boolean, cancelable:Boolean)
Constructor.
| TemplateEvent |
Constant | Defined by | ||
---|---|---|---|
TEMPLATE_CHANGED : String = "templateChanged" [static]
The
TemplateEvent.TEMPLATE_CHANGED constant defines the value of the
type property of the event object for a templateChanged event. | TemplateEvent | ||
TEMPLATE_CHANGING : String = "templateChanging" [static]
The
TemplateEvent.TEMPLATE_CHANGING constant defines the value of the
type property of the event object for a templateChanging event. | TemplateEvent | ||
TEMPLATE_LOAD_COMPLETE : String = "templateLoadComplete" [static]
The
TemplateEvent.TEMPLATE_LOAD_COMPLETE constant defines the value of the
type property of the event object for a templateLoadComplete event. | TemplateEvent | ||
TEMPLATE_UNLOADED : String = "templateUnloaded" [static]
The
TemplateEvent.TEMPLATE_UNLOADED constant defines the value of the
type property of the event object for a templateUnloaded event. | TemplateEvent |
TemplateEvent | () | constructor |
public function TemplateEvent(type:String, bubbles:Boolean, cancelable:Boolean)
Constructor.
Parameterstype:String |
|
bubbles:Boolean |
|
cancelable:Boolean |
TEMPLATE_CHANGED | constant |
public static const TEMPLATE_CHANGED:String = "templateChanged"
The TemplateEvent.TEMPLATE_CHANGED
constant defines the value of the
type
property of the event object for a templateChanged
event.
TEMPLATE_CHANGING | constant |
public static const TEMPLATE_CHANGING:String = "templateChanging"
The TemplateEvent.TEMPLATE_CHANGING
constant defines the value of the
type
property of the event object for a templateChanging
event.
TEMPLATE_LOAD_COMPLETE | constant |
public static const TEMPLATE_LOAD_COMPLETE:String = "templateLoadComplete"
The TemplateEvent.TEMPLATE_LOAD_COMPLETE
constant defines the value of the
type
property of the event object for a templateLoadComplete
event.
TEMPLATE_UNLOADED | constant |
public static const TEMPLATE_UNLOADED:String = "templateUnloaded"
The TemplateEvent.TEMPLATE_UNLOADED
constant defines the value of the
type
property of the event object for a templateUnloaded
event.