| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.events.Broadcaster
Field Summary | |
| public static | broadcaster: Object |
| A reference to the global broadcaster | |
Method Summary | |
| static | initBroadcaster ( ): Void |
| Initialize the broadcaster | |
| static | initOnEnterFrame ( ): Void |
| Initialize the onEnterFrame broadcast message | |
| public static var broadcaster: Object |
| A reference to the global broadcaster |
|
| Initialize the broadcaster Setup a global broadcaster Listeners can subscribe through _global.EventBroadcaster.addEventListener(obj); |
|
| Initialize the onEnterFrame broadcast message Setup a global onEnterFrame broadcaster Listeners can subscribe through _global.Broadcaster.addEventListener(obj); or Broadcaster.broadcaster.addEventListener(obj) |