org.camunda.bpm.engine.impl.persistence.entity
Interface ExecutionObserver

All Known Implementing Classes:
ExecutionVariableSnapshotObserver

public interface ExecutionObserver

Represents an observer for the exeuction.

Author:
Christopher Zell

Method Summary
 void onClear(ExecutionEntity execution)
          Callback which is called in the clearExecution method of the ExecutionEntity.
 

Method Detail

onClear

void onClear(ExecutionEntity execution)
Callback which is called in the clearExecution method of the ExecutionEntity.

Parameters:
execution - the execution which is been observed


Copyright © 2017 camunda services GmbH. All rights reserved.