T - the platform-specific listener classpublic interface ListenerRegistration<T>
| Modifier and Type | Method and Description |
|---|---|
void |
register(T listener)
This method will register the specified listener.
|
void register(T listener)
listener - the listener to register