Uses of Class
gov.aps.jca.event.AbstractEventDispatcher
-
Packages that use AbstractEventDispatcher Package Description gov.aps.jca.event -
-
Uses of AbstractEventDispatcher in gov.aps.jca.event
Subclasses of AbstractEventDispatcher in gov.aps.jca.event Modifier and Type Class Description classDirectEventDispatcherThis EventDispatcher will forward all events directly to the listeners.classLatestMonitorOnlyQueuedEventDispatcherThis EventDispatcher uses an internal thread to dispatch events and overrides older (obsolete) monitor values.classQueuedEventDispatcherThis EventDispatcher uses an internal thread to dispatch events.
-