T - this is the type of which the event is.public interface IDedicatedListener<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<T> |
getHandles()
Gets the type that this 'dedicated listener' listens for.
|
void |
process(T event)
Processes the given event.
|