Class ConnectorEvent
java.lang.Object
java.util.EventObject
org.identityconnectors.common.event.ConnectorEvent
- All Implemented Interfaces:
 Serializable
- Since:
 - 1.4
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionConnectorEvent(String topic, ConnectorKey source) Constructs a prototypical Event.ConnectorEvent(ConnectorEvent source) Copy Constructor. - 
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString 
- 
Field Details
- 
CONNECTOR_REGISTERED
- See Also:
 
 - 
CONNECTOR_UNREGISTERING
- See Also:
 
 - 
BUNDLE_SYMBOLICNAME
- See Also:
 
 - 
BUNDLE_ID
- See Also:
 
 - 
BUNDLE
- See Also:
 
 - 
BUNDLE_VERSION
- See Also:
 
 - 
CONNECTOR_BUNDLE_NAME
- See Also:
 
 - 
CONNECTOR_VERSION
- See Also:
 
 - 
CONNECTOR_NAME
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ConnectorEvent
Constructs a prototypical Event.- Parameters:
 source- The object on which the Event initially occurred.- Throws:
 IllegalArgumentException- if source is null.
 - 
ConnectorEvent
Copy Constructor.- Parameters:
 source- The source
 
 - 
 - 
Method Details
- 
getTopic
 - 
getProperties
 
 -