See: Description
| Interface | Description |
|---|---|
| IEvent |
This is an interface for all asynchronous events that can be registered and dispatched via the EventSystem.
|
| IEventListener |
This interface provides methods for (un-) registering one or more event listeners.
|
| ISynchronousEvent<T> |
Interface for synchronous events.
|
| Class | Description |
|---|---|
| AbstractSucceededOrFailedEvent |
This event marks something that can either succeed or fail.
|
| EventSystem |
This singleton class provides a means to dispatch and listen to
IEvents.
|
Copyright © 2017–2019. All rights reserved.