Uses of Class
org.identityconnectors.common.event.ConnectorEvent
-
Packages that use ConnectorEvent Package Description org.identityconnectors.common.event NOTICE: This package is an early specification of the Events API for 1.2.x.x version. -
-
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 theRemoteConnectorInfoManagerImpl
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.
-