Interface ConnectorEventHandler
public interface ConnectorEventHandler
A ConnectorEventHandler receives notification when a connector bundle is
registered or unregistered.
- Since:
- 1.4
- Author:
- Laszlo Hordos
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(ConnectorEvent event) Called by theRemoteConnectorInfoManagerImpl
service to notify the listener of an event.
-
Method Details
-
handleEvent
Called by theRemoteConnectorInfoManagerImpl
service to notify the listener of an event.- Parameters:
event
- TheConnectorEvent
object.
-