Interface ConnectorEventHandler


  • public interface ConnectorEventHandler
    A ConnectorEventHandler receives notification when a connector bundle is registered or unregistered.
    Since:
    1.4
    • Method Detail

      • handleEvent

        void handleEvent​(ConnectorEvent event)
        Called by the ConnectorEventPublisher service to notify the listener of an event.
        Parameters:
        event - The ConnectorEvent object.