Interface PluginObserverSpi
public interface PluginObserverSpi
Plugin observer recipient of the
PluginEvent
from a ObservablePlugin
.- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onPluginEvent
(PluginEvent pluginEvent) Invoked when a plugin event occurs.
-
Method Details
-
onPluginEvent
Invoked when a plugin event occurs.The event notification is synchronous for local plugin and asynchronous for remote plugin.
The same behaviour is used for notification of reader events.
- Parameters:
pluginEvent
- The plugin event.- Since:
- 2.0.0
-