public interface ConnectorEventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(ConnectorEvent event)
Called by the
org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
service to notify the listener of an event. |
void handleEvent(ConnectorEvent event)
org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
service to notify the listener of an event.event - The ConnectorEvent object.Copyright © 2014. All rights reserved.