org.eobjects.datacleaner.monitor.events
Class JobCopyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.eobjects.datacleaner.monitor.events.JobCopyEvent
All Implemented Interfaces:
Serializable

public class JobCopyEvent
extends org.springframework.context.ApplicationEvent

Event raised when an AnalysisJob has been copied in the repository.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JobCopyEvent(Object source, String tenant, JobContext sourceJob, JobContext targetJob)
           
 
Method Summary
 JobContext getSourceJob()
           
 JobContext getTargetJob()
           
 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

JobCopyEvent

public JobCopyEvent(Object source,
                    String tenant,
                    JobContext sourceJob,
                    JobContext targetJob)
Method Detail

getTenant

public String getTenant()

getTargetJob

public JobContext getTargetJob()

getSourceJob

public JobContext getSourceJob()


Copyright © 2012 Human Inference. All Rights Reserved.