public class RepositoryEvent
extends java.util.EventObject
Constructor and Description |
---|
RepositoryEvent(java.lang.String eventName,
java.util.Map eventData)
Contruct a RepositoryEvent
|
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getEventData()
Gets the eventData attribute of the RepositoryEvent object
|
java.lang.String |
getName()
Gets the name attribute of the RepositoryEvent object
|
java.lang.String |
toString()
Description of the Method
|
public RepositoryEvent(java.lang.String eventName, java.util.Map eventData)
eventName
- Description of the ParametereventData
- Description of the Parameterpublic java.lang.String getName()
public java.util.Map getEventData()
public java.lang.String toString()
toString
in class java.util.EventObject