org.eobjects.datacleaner.monitor.events
Class JobTriggeredEvent

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

public class JobTriggeredEvent
extends org.springframework.context.ApplicationEvent

Event raised when an AnalysisJob is triggered for execution

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JobTriggeredEvent(Object source, ExecutionLog executionLog)
           
 
Method Summary
 ExecutionLog getExecutionLog()
           
 
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

JobTriggeredEvent

public JobTriggeredEvent(Object source,
                         ExecutionLog executionLog)
Method Detail

getExecutionLog

public ExecutionLog getExecutionLog()


Copyright © 2012 Human Inference. All Rights Reserved.