Package | at.events |
Class | public class SectionEvent |
ModuleInitializer
for Module initialization events.
Constant | Defined by | ||
---|---|---|---|
DEINIT_COMPLETE : String = "deInitComplete" [static]
The
SectionEvent.DEINIT_COMPLETE constant defines the value of the
type property of the event object for a deInitComplete event. | SectionEvent | ||
INIT_COMPLETE : String = "initComplete" [static]
The
SectionEvent.INIT_COMPLETE constant defines the value of the
type property of the event object for a initComplete event. | SectionEvent |
DEINIT_COMPLETE | constant |
public static const DEINIT_COMPLETE:String = "deInitComplete"
The SectionEvent.DEINIT_COMPLETE
constant defines the value of the
type
property of the event object for a deInitComplete
event.
INIT_COMPLETE | constant |
public static const INIT_COMPLETE:String = "initComplete"
The SectionEvent.INIT_COMPLETE
constant defines the value of the
type
property of the event object for a initComplete
event.