Uses of Interface
org.eclipse.keyple.core.service.spi.PluginObserverSpi
-
Packages that use PluginObserverSpi Package Description org.eclipse.keyple.core.service Interfaces and classes to manipulate core Keyple objects and services. -
-
Uses of PluginObserverSpi in org.eclipse.keyple.core.service
Methods in org.eclipse.keyple.core.service with parameters of type PluginObserverSpi Modifier and Type Method Description void
ObservablePlugin. addObserver(PluginObserverSpi observer)
Registers a new observer to be notified when a plugin event occurs.void
ObservablePlugin. removeObserver(PluginObserverSpi observer)
Unregisters a plugin observer.
-