org.eobjects.datacleaner.monitor.events
Class JobModificationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.eobjects.datacleaner.monitor.events.JobModificationEvent
- All Implemented Interfaces:
- Serializable
public class JobModificationEvent
- extends org.springframework.context.ApplicationEvent
Event raised when an AnalysisJob stored in the Repository is
modified.
- See Also:
- Serialized Form
| Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
JobModificationEvent
public JobModificationEvent(Object source,
String tenant,
String oldJobName,
String newJobName)
getNewJobName
public String getNewJobName()
getOldJobName
public String getOldJobName()
getTenant
public String getTenant()
Copyright © 2012 Human Inference. All Rights Reserved.