org.eobjects.datacleaner.monitor.events
Class ResultModificationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ResultModificationEvent(Object source, String tenant, String oldFilename, String newFilename, String newJobName, long newTimestamp)
           
 
Method Summary
 String getNewFilename()
           
 String getNewJobName()
           
 long getNewTimestamp()
           
 String getOldFilename()
           
 String getTenant()
           
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultModificationEvent

public ResultModificationEvent(Object source,
                               String tenant,
                               String oldFilename,
                               String newFilename,
                               String newJobName,
                               long newTimestamp)
Method Detail

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.