org.camunda.bpm.engine.delegate
Interface VariableListener<T extends DelegateVariableInstance<?>>

All Known Subinterfaces:
CaseVariableListener
All Known Implementing Classes:
ClassDelegateCaseVariableListener, DelegateExpressionCaseVariableListener, ExpressionCaseVariableListener, ScriptCaseVariableListener

public interface VariableListener<T extends DelegateVariableInstance<?>>

Author:
Thorben Lindhauer

Field Summary
static String CREATE
           
static String DELETE
           
static String UPDATE
           
 
Method Summary
 void notify(T variableInstance)
           
 

Field Detail

CREATE

static final String CREATE
See Also:
Constant Field Values

UPDATE

static final String UPDATE
See Also:
Constant Field Values

DELETE

static final String DELETE
See Also:
Constant Field Values
Method Detail

notify

void notify(T variableInstance)
            throws Exception
Throws:
Exception


Copyright © 2015 camunda services GmbH. All rights reserved.