Click or drag to resize
EventDispatcher Methods

The EventDispatcher type exposes the following members.

Methods
  NameDescription
Public methodDispatcherThread
Adds a event dispatcher thread to this EventDispatcher.
Public methodStart
Starts generating callbacks for events from Sessions associated with this EventDispatcher.
Public methodStop
Same as calling Stop(StopOption) with StopOption.SYNC.
Public methodStop(EventDispatcherStopOption)
Stops generating callbacks for events from sessions.
Top
See Also