Uses of Interface
org.fusesource.hawtdispatch.CustomDispatchSource

Uses of CustomDispatchSource in org.fusesource.hawtdispatch
 

Methods in org.fusesource.hawtdispatch that return CustomDispatchSource
<Event,MergedEvent>
CustomDispatchSource<Event,MergedEvent>
Dispatcher.createSource(EventAggregator<Event,MergedEvent> aggregator, DispatchQueue queue)
           Creates a new CustomDispatchSource to monitor events merged into the dispatch source and automatically submit a handler runnable to a dispatch queue in response to the events.
static
<Event,MergedEvent>
CustomDispatchSource<Event,MergedEvent>
Dispatch.createSource(EventAggregator<Event,MergedEvent> aggregator, DispatchQueue queue)
           Creates a new CustomDispatchSource to monitor events merged into the dispatch source and automatically submit a handler runnable to a dispatch queue in response to the events.
 



Copyright © 2010-2012 FuseSource, Corp.. All Rights Reserved.