Uses of Class
org.identityconnectors.common.event.ConnectorEvent
-
Packages that use ConnectorEvent Package Description org.identityconnectors.common.event Classes and interfaces for asynchronous event based monitoring of the connectors. -
-
Uses of ConnectorEvent in org.identityconnectors.common.event
Methods in org.identityconnectors.common.event with parameters of type ConnectorEvent Modifier and Type Method Description void
ConnectorEventHandler. handleEvent(ConnectorEvent event)
Called by theConnectorEventPublisher
service to notify the listener of an event.Constructors in org.identityconnectors.common.event with parameters of type ConnectorEvent Constructor Description ConnectorEvent(ConnectorEvent source)
Copy Constructor.
-