public interface ObservableRemotePluginClient extends RemotePluginClient, org.eclipse.keyple.core.service.event.ObservablePlugin
This plugin must be used when you intend to observe remotely the plugin events.
It must be registered by the application installed on a Client not having local access to the smart card reader and that wishes to control the reader remotely :
SmartCardService.registerPlugin(PluginFactory) using the factory {link
RemotePluginClientFactory} and activate the plugin observation.
SmartCardService.unregisterPlugin(String) using the plugin name.
This plugin behaves like an ObservablePlugin.