org.camunda.bpm.engine.impl.persistence.entity.util
Interface TypedValueUpdateListener

All Known Implementing Classes:
VariableInstanceEntity

public interface TypedValueUpdateListener

Author:
Thorben Lindhauer

Method Summary
 void onImplicitValueUpdate(org.camunda.bpm.engine.variable.value.TypedValue updatedValue)
          Called when an implicit update to a typed value is detected
 

Method Detail

onImplicitValueUpdate

void onImplicitValueUpdate(org.camunda.bpm.engine.variable.value.TypedValue updatedValue)
Called when an implicit update to a typed value is detected

Parameters:
updatedValue -


Copyright © 2017 camunda services GmbH. All rights reserved.