S - The self typepublic abstract class Manager<S extends Manager<S>>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Manager.ManagerEvent<S>
An event that is published when the manager is capable of registering.
|
| Constructor and Description |
|---|
Manager() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
init()
Initializes the manager event
|