Uses of Interface
org.identityconnectors.common.event.ConnectorEventHandler
-
Packages that use ConnectorEventHandler Package Description org.identityconnectors.common.event NOTICE: This package is an early specification of the Events API for 1.2.x.x version.org.identityconnectors.framework.impl.api.osgi.internal org.identityconnectors.framework.impl.api.remote -
-
Uses of ConnectorEventHandler in org.identityconnectors.common.event
Methods in org.identityconnectors.common.event with parameters of type ConnectorEventHandler Modifier and Type Method Description void
ConnectorEventPublisher. addConnectorEventHandler(ConnectorEventHandler handler)
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.void
ConnectorEventPublisher. deleteConnectorEventHandler(ConnectorEventHandler handler)
Deletes an observer from the set of observers of this object. -
Uses of ConnectorEventHandler in org.identityconnectors.framework.impl.api.osgi.internal
Methods in org.identityconnectors.framework.impl.api.osgi.internal with parameters of type ConnectorEventHandler Modifier and Type Method Description void
OsgiConnectorInfoManagerImpl. addConnectorEventHandler(ConnectorEventHandler hook)
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.void
OsgiConnectorInfoManagerImpl. deleteConnectorEventHandler(ConnectorEventHandler hook)
Deletes an observer from the set of observers of this object. -
Uses of ConnectorEventHandler in org.identityconnectors.framework.impl.api.remote
Methods in org.identityconnectors.framework.impl.api.remote with parameters of type ConnectorEventHandler Modifier and Type Method Description void
RemoteConnectorInfoManagerImpl. addConnectorEventHandler(ConnectorEventHandler hook)
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.void
RemoteConnectorInfoManagerImpl. deleteConnectorEventHandler(ConnectorEventHandler hook)
Deletes an observer from the set of observers of this object.
-