| Interface | Description | |
|---|---|---|
| INativeDispatcher | Similar to IDispatcher but using strong types specific to Flash's native event system. |
| Class | Description | |
|---|---|---|
| NativeMappedSignal | The NativeMappedSignal class is used to map/transform a native Event, relayed from an IEventDispatcher, into other forms of data, which are dispatched to all listeners. | |
| NativeRelaySignal | The NativeRelaySignal class is used to relay events from an IEventDispatcher to listeners. | |
| NativeSignal | The NativeSignal class provides a strongly-typed facade for an IEventDispatcher. |