Class RepositoryEvent
java.lang.Object
java.util.EventObject
org.dlese.dpc.schemedit.repository.RepositoryEvent
- All Implemented Interfaces:
Serializable
Event indicating that a repository event occurred, exposes an event name (e.g.,
'recordMoved') as well eventData in the form of a map.
- Author:
- ostwald
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
RepositoryEvent
Contruct a RepositoryEvent- Parameters:
eventName- Description of the ParametereventData- Description of the Parameter
-
-
Method Details
-
getName
Gets the name attribute of the RepositoryEvent object- Returns:
- The name value
-
getEventData
Gets the eventData attribute of the RepositoryEvent object- Returns:
- The eventData value
-
toString
Description of the Method- Overrides:
toStringin classEventObject- Returns:
- Description of the Return Value
-