Package org.teamapps.event
-
Class Summary Class Description DecoupledEvent<EVENT_DATA> Forces events to be handled in a different Thread than the firing one.Event<EVENT_DATA> Represents an event that can get fired.
| Class | Description |
|---|---|
| DecoupledEvent<EVENT_DATA> |
Forces events to be handled in a different Thread than the firing one.
|
| Event<EVENT_DATA> |
Represents an event that can get fired.
|