|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of DispatchSource in org.fusesource.hawtdispatch |
|---|
| Subinterfaces of DispatchSource in org.fusesource.hawtdispatch | |
|---|---|
interface |
CustomDispatchSource<Event,MergedEvent>
A dispatch source that is used to coalesce multiple application generated events for later processing by the dispatch source event handler. |
| Methods in org.fusesource.hawtdispatch that return DispatchSource | |
|---|---|
DispatchSource |
Dispatcher.createSource(SelectableChannel channel,
int interestOps,
DispatchQueue queue)
Creates a new DispatchSource to monitor SelectableChannel objects and
automatically submit a handler runnable to a dispatch queue in response to events. |
static DispatchSource |
Dispatch.createSource(SelectableChannel channel,
int interestOps,
DispatchQueue queue)
Creates a new DispatchSource to monitor SelectableChannel objects and
automatically submit a handler runnable to a dispatch queue in response to events. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||