Uses of Interface
org.eclipse.keyple.core.plugin.spi.PluginSpi
-
Packages that use PluginSpi Package Description org.eclipse.keyple.core.plugin.spi SPI for plugins and factories. -
-
Uses of PluginSpi in org.eclipse.keyple.core.plugin.spi
Subinterfaces of PluginSpi in org.eclipse.keyple.core.plugin.spi Modifier and Type Interface Description interface
AutonomousObservablePluginSpi
Plugin (non pool) having autonomous capabilities to observe reader connections and disconnections.interface
ObservablePluginSpi
Plugin (non pool) able to manage a dynamic list of readers and provide the content on request (for example PC/SC).Methods in org.eclipse.keyple.core.plugin.spi that return PluginSpi Modifier and Type Method Description PluginSpi
PluginFactorySpi. getPlugin()
Retrieves an instance of a plugin SPI (can be a singleton or not)
-