Interface ConnectorEventHandler
-
public interface ConnectorEventHandlerA ConnectorEventHandler receives notification when a connector bundle is registered or unregistered.- Since:
- 1.4
- Author:
- Laszlo Hordos
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEvent(ConnectorEvent event)Called by theorg.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImplservice to notify the listener of an event.
-
-
-
Method Detail
-
handleEvent
void handleEvent(ConnectorEvent event)
Called by theorg.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImplservice to notify the listener of an event.- Parameters:
event- TheConnectorEventobject.
-
-