org.eobjects.datacleaner.monitor.events
Class ResultModificationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.eobjects.datacleaner.monitor.events.ResultModificationEvent
- All Implemented Interfaces:
- Serializable
public class ResultModificationEvent
- extends org.springframework.context.ApplicationEvent
Event raised when an AnalysisResult stored in the Repository
has been modified.
- See Also:
- Serialized Form
| Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
ResultModificationEvent
public ResultModificationEvent(Object source,
String tenant,
String oldFilename,
String newFilename,
String newJobName,
long newTimestamp)
getNewFilename
public String getNewFilename()
getNewJobName
public String getNewJobName()
getNewTimestamp
public long getNewTimestamp()
getOldFilename
public String getOldFilename()
getTenant
public String getTenant()
Copyright © 2012 Human Inference. All Rights Reserved.