Interface | Description |
---|---|
EventDispatcher |
An EventDispatcher is responsible for delivering events generated by EventFactories during operations
on Chunks.
|
Class | Description |
---|---|
CompositeEventDispatcher |
A composite class of multiple EventDispatchers.
|
EventBusEventDispatcher |
An implementation of the EventDispatcher interface that delegates directly to
Guava's EventBus library.
|
EventDispatcher.EmptyEventDispatcher |
An empty implementation of the EventDispatcher.
|
ExecutorEventDispatcher |
An implementation of the EventDispatcher interface that performs all operations on
a background executor.
|