|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject org.dlese.dpc.schemedit.repository.RepositoryEvent
public class RepositoryEvent
Event indicating that a repository event occurred, exposes an event name (e.g., 'recordMoved') as well eventData in the form of a map.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
RepositoryEvent(String eventName,
Map eventData)
Contruct a RepositoryEvent |
Method Summary | |
---|---|
Map |
getEventData()
Gets the eventData attribute of the RepositoryEvent object |
String |
getName()
Gets the name attribute of the RepositoryEvent object |
String |
toString()
Description of the Method |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RepositoryEvent(String eventName, Map eventData)
eventName
- Description of the ParametereventData
- Description of the ParameterMethod Detail |
---|
public String getName()
public Map getEventData()
public String toString()
toString
in class EventObject
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |