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 |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.