org.eobjects.datacleaner.monitor.events
Class JobDeletionEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.eobjects.datacleaner.monitor.events.JobDeletionEvent
- All Implemented Interfaces:
- Serializable
public class JobDeletionEvent
- extends org.springframework.context.ApplicationEvent
Event raised when an AnalysisJob has been deleted in the repository.
- See Also:
- Serialized Form
| Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
JobDeletionEvent
public JobDeletionEvent(Object source,
String tenant,
String jobName)
getTenant
public String getTenant()
getJobName
public String getJobName()
Copyright © 2012 Human Inference. All Rights Reserved.