| Package | Description |
|---|---|
| org.b3log.latke.event |
Event processing.
|
| org.b3log.latke.plugin |
Plugin framework.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractEventListener.action(Event<T> event)
Processes the specified event.
|
<T> Future<T> |
EventManager.fireEventAsynchronously(Event<?> event)
Fire the specified event asynchronously.
|
void |
EventManager.fireEventSynchronously(Event<?> event)
Fire the specified event synchronously.
|
void |
AbstractEventQueue.notifyListeners(Event<?> event)
Notifies all listeners of this event queue to perform action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewLoadEventHandler.action(Event<ViewLoadEventData> event) |
Copyright © 2009–2019 B3log. All rights reserved.