public static interface ObservablePlugin.PluginObserver
| Modifier and Type | Method and Description |
|---|---|
void |
update(PluginEvent event)
Called when a plugin event occurs.
|
void update(PluginEvent event)
Note that this method is called sequentially on all observers.
event - The not null PluginEvent containing all event information.