Interface | Description |
---|---|
Event |
Represents a generic event dispatched via the
EventBus and handled by EventHandler instances. |
EventBus |
Represents a generic event bus mechanisms with support for multiple listeners per event type.
|
EventHandler<E extends Event> |
Represents a generic event handler.
|
Class | Description |
---|---|
CancelledEvent |
Fired when a work object has been cancelled.
|
SynchronousMemoryBasedEventBus |
Memory-based implementation of the event bus.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.