| EventDispatcher Methods |
The EventDispatcher type exposes the following members.
| Name | Description | |
|---|---|---|
| DispatcherThread | Adds a event dispatcher thread to this EventDispatcher.
| |
| Start | Starts generating callbacks for events from Sessions associated with
this EventDispatcher.
| |
| Stop | Same as calling Stop(StopOption)
with StopOption.SYNC.
| |
| Stop(EventDispatcherStopOption) |
Stops generating callbacks for events from sessions.
|