public static interface RemotePluginServerFactory.PluginObserverStep
| Modifier and Type | Method and Description |
|---|---|
RemotePluginServerFactory.EventNotificationPoolStep |
withPluginObserver(org.eclipse.keyple.core.service.event.ObservablePlugin.PluginObserver observer)
Sets the main observer of the plugin.
|
RemotePluginServerFactory.EventNotificationPoolStep withPluginObserver(org.eclipse.keyple.core.service.event.ObservablePlugin.PluginObserver observer)
More observers can be added later with the method ObservablePlugin.addObserver(ObservablePlugin.PluginObserver).
observer - The plugin observer.