Modifier and Type | Field and Description |
---|---|
private Manager |
manager |
private java.lang.Class<T> |
type |
Constructor and Description |
---|
EventImpl(java.lang.Class<T> type,
Manager manager) |
Modifier and Type | Method and Description |
---|---|
void |
fire(T event) |
java.lang.Class<?> |
getType() |
static <X> EventImpl<X> |
of(java.lang.Class<X> type,
Manager manager) |