Interface ExecutionObserver
- 
- All Known Implementing Classes:
- ExecutionVariableSnapshotObserver
 
 public interface ExecutionObserverRepresents an observer for the exeuction.- Author:
- Christopher Zell 
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonClear(ExecutionEntity execution)Callback which is called in the clearExecution method of the ExecutionEntity.
 
- 
- 
- 
Method Detail- 
onClearvoid onClear(ExecutionEntity execution) Callback which is called in the clearExecution method of the ExecutionEntity.- Parameters:
- execution- the execution which is been observed
 
 
- 
 
-