T - the type of event datapublic abstract class AbstractEventListener<T> extends Object
| Constructor and Description |
|---|
AbstractEventListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
action(Event<T> event)
Processes the specified event.
|
abstract String |
getEventType()
Gets the event type of this listener could handle.
|
Copyright © 2009–2019 B3log. All rights reserved.