com.xebialabs.deployit.engine.spi.execution
Interface ExecutionStateListener

All Superinterfaces:
java.io.Serializable

public interface ExecutionStateListener
extends java.io.Serializable

Interface that can be implemented by objects stored as step execution context attributes to get notified about the lifecycle of the task or step execution context.

Since:
3.8.0

Method Summary
 void stepStateChanged(StepExecutionStateEvent event)
           
 void taskStateChanged(TaskExecutionStateEvent event)
           
 

Method Detail

stepStateChanged

void stepStateChanged(StepExecutionStateEvent event)

taskStateChanged

void taskStateChanged(TaskExecutionStateEvent event)