|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITaskHandler | |
|---|---|
| fulmine.event | |
| fulmine.util.concurrent | |
| Uses of ITaskHandler in fulmine.event |
|---|
| Classes in fulmine.event that implement ITaskHandler | |
|---|---|
class |
EventProcessor
A single-thread execution engine that takes IEvent objects off a task
queue, finds the IEventListener instances registered against the
IEventSource that generated the event, determines if the event is
compatible with the events the listener can accept (see
IEventListener.getEventTypeFilter()) and calls
IEventListener.update(IEvent) if the event is compatible. |
| Uses of ITaskHandler in fulmine.util.concurrent |
|---|
| Constructors in fulmine.util.concurrent with parameters of type ITaskHandler | |
|---|---|
Task(ITaskHandler<TASK_TYPE> handler,
TASK_TYPE task)
Construct this async task with the handler and task to process |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||