Package org.identityconnectors.common.event
NOTICE: This package is an early specification of the Events API for 1.2.x.x version.
Use carefully, this package may change bifore the final 1.2.0.0 release.
Classes and interfaces for asynchronous event based monitoring of the connectors.
The parent application can use these the check if a remote connector server status
has been changed or connectors has be added/removed.
- Since:
- 1.4
- Author:
- Laszlo Hordos
-
Interface Summary Interface Description ConnectorEventHandler A ConnectorEventHandler receives notification when a connector bundle is registered or unregistered.ConnectorEventPublisher The ConnectorEventPublisher is used by Connector Info Manager to publish events to the Framework. -
Class Summary Class Description ConnectorEvent NOTICE: This package is an early specification of the Events API for 1.2.x.x version.