Interface ActivitiVariableUpdatedEvent

All Superinterfaces:
ActivitiEvent, ActivitiVariableEvent
All Known Implementing Classes:
ActivitiVariableUpdatedEventImpl

public interface ActivitiVariableUpdatedEvent extends ActivitiVariableEvent
An ActivitiVariableEvent for an update variable event.
  • Method Details

    • getVariablePreviousValue

      Object getVariablePreviousValue()
      Returns:
      the previous value of the variable.