Package | Description |
---|---|
org.eclipse.keyple.core.plugin |
Contains the plugin and reader management classes.
|
org.eclipse.keyple.core.service.event |
Contains the necessary APIs for observing plugins and readers (used by ticketing applications).
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractObservablePlugin.notifyObservers(PluginEvent event)
Push a PluginEvent of the
ObservablePluginNotifier to its registered observers. |
void |
ObservablePluginNotifier.notifyObservers(PluginEvent event)
Push a PluginEvent of the
ObservablePluginNotifier to its registered observers. |
Modifier and Type | Method and Description |
---|---|
void |
ObservablePlugin.PluginObserver.update(PluginEvent event)
Called when a plugin event occurs.
|