Package org.guvnor.ala.ui.events
Class PipelineExecutionChangeEvent
- java.lang.Object
-
- org.guvnor.ala.ui.events.PipelineExecutionChangeEvent
-
@Portable public class PipelineExecutionChangeEvent extends Object
Event for notifying changes in a pipeline execution.
-
-
Constructor Summary
Constructors Constructor Description PipelineExecutionChangeEvent(PipelineExecutionChange change, PipelineExecutionTraceKey pipelineExecutionTraceKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PipelineExecutionChangegetChange()PipelineExecutionTraceKeygetPipelineExecutionTraceKey()inthashCode()booleanisDelete()booleanisStop()
-
-
-
Constructor Detail
-
PipelineExecutionChangeEvent
public PipelineExecutionChangeEvent(PipelineExecutionChange change, PipelineExecutionTraceKey pipelineExecutionTraceKey)
-
-
Method Detail
-
getChange
public PipelineExecutionChange getChange()
-
getPipelineExecutionTraceKey
public PipelineExecutionTraceKey getPipelineExecutionTraceKey()
-
isStop
public boolean isStop()
-
isDelete
public boolean isDelete()
-
-