| Package | ch.capi.events |
| Class | public class GlobalEvent |
| Inheritance | GlobalEvent flash.events.Event |
GlobalEventDispatcher.
See also
| Property | Defined By | ||
|---|---|---|---|
| event : Event [read-only]
Defines the Event dispatched. | GlobalEvent | ||
| Method | Defined By | ||
|---|---|---|---|
GlobalEvent(type:String, event:Event)
Creates a new GlobalEvent object. | GlobalEvent | ||
clone():Event
Creates a copy of the GlobalEvent object and sets the value of each property to match that of the original. | GlobalEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| GLOBAL_AFTER : String = globalAfter [static]
Defines the events that will be dispatched after the
dispatching of the specified event. | GlobalEvent | ||
| GLOBAL_BEFORE : String = globalBefore [static]
Defines the events that will be dispatched before the
dispatching of the specified event. | GlobalEvent | ||
| event | property |
event:Event [read-only]
Defines the Event dispatched.
public function get event():Event| GlobalEvent | () | Constructor |
public function GlobalEvent(type:String, event:Event)
Creates a new GlobalEvent object.
type:String — The type of the event.
| |
event:Event — The source event.
|
| clone | () | method |
override public function clone():Event
Creates a copy of the GlobalEvent object and sets the value of each property to match that of the original.
Event — The cloned Event.
|
| GLOBAL_AFTER | Constant |
public static const GLOBAL_AFTER:String = globalAfterDefines the events that will be dispatched after the dispatching of the specified event.
| GLOBAL_BEFORE | Constant |
public static const GLOBAL_BEFORE:String = globalBeforeDefines the events that will be dispatched before the dispatching of the specified event.