Interface ConnectorEventHandler
public interface ConnectorEventHandler
A ConnectorEventHandler receives notification when a connector bundle is
 registered or unregistered.
- Since:
 - 1.4
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(ConnectorEvent event) Called by theConnectorEventPublisherservice to notify the listener of an event. 
- 
Method Details
- 
handleEvent
Called by theConnectorEventPublisherservice to notify the listener of an event.- Parameters:
 event- TheConnectorEventobject.
 
 -