Class CloudVariableUpdatedEventImpl<T>

java.lang.Object
org.activiti.api.runtime.event.impl.RuntimeEventImpl<org.activiti.api.model.shared.model.VariableInstance,org.activiti.api.model.shared.event.VariableEvent.VariableEvents>
org.activiti.cloud.api.model.shared.impl.events.CloudRuntimeEventImpl<org.activiti.api.model.shared.model.VariableInstance,org.activiti.api.model.shared.event.VariableEvent.VariableEvents>
org.activiti.cloud.api.model.shared.impl.events.CloudVariableEventImpl
org.activiti.cloud.api.model.shared.impl.events.CloudVariableUpdatedEventImpl<T>
All Implemented Interfaces:
Serializable, org.activiti.api.model.shared.event.RuntimeEvent<org.activiti.api.model.shared.model.VariableInstance,org.activiti.api.model.shared.event.VariableEvent.VariableEvents>, org.activiti.api.model.shared.event.VariableEvent, org.activiti.api.model.shared.event.VariableUpdatedEvent, org.activiti.api.model.shared.model.ApplicationElement, CloudRuntimeEntity, CloudRuntimeEvent<org.activiti.api.model.shared.model.VariableInstance,org.activiti.api.model.shared.event.VariableEvent.VariableEvents>, CloudVariableEvent, CloudVariableUpdatedEvent

public class CloudVariableUpdatedEventImpl<T> extends CloudVariableEventImpl implements CloudVariableUpdatedEvent
See Also:
  • Constructor Details

    • CloudVariableUpdatedEventImpl

      public CloudVariableUpdatedEventImpl()
    • CloudVariableUpdatedEventImpl

      public CloudVariableUpdatedEventImpl(org.activiti.api.model.shared.model.VariableInstance entity, T previousValue)
    • CloudVariableUpdatedEventImpl

      public CloudVariableUpdatedEventImpl(String id, Long timestamp, org.activiti.api.model.shared.model.VariableInstance entity, T previousValue)
  • Method Details

    • getEventType

      public org.activiti.api.model.shared.event.VariableEvent.VariableEvents getEventType()
      Specified by:
      getEventType in interface org.activiti.api.model.shared.event.RuntimeEvent<org.activiti.api.model.shared.model.VariableInstance,org.activiti.api.model.shared.event.VariableEvent.VariableEvents>
    • getPreviousValue

      public T getPreviousValue()
      Specified by:
      getPreviousValue in interface org.activiti.api.model.shared.event.VariableUpdatedEvent