| Package | Description |
|---|---|
| com.fatwire.cs.core.event |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventGenerator<D extends EventDispatcher>
This interface abstracts creation of events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDispatcher<E extends Event,R extends ListenerRegistry<? extends Listener>>
This is a 'general purpose' EventDispatcher.
|