Class CloudVariableUpdatedEventImpl<T>

    • Constructor Detail

      • 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 Detail

      • 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