Class CloudVariableUpdatedProducer
java.lang.Object
org.activiti.cloud.services.events.listeners.CloudVariableUpdatedProducer
- All Implemented Interfaces:
org.activiti.api.runtime.shared.events.VariableEventListener<org.activiti.api.model.shared.event.VariableUpdatedEvent>
public class CloudVariableUpdatedProducer
extends Object
implements org.activiti.api.runtime.shared.events.VariableEventListener<org.activiti.api.model.shared.event.VariableUpdatedEvent>
-
Constructor Summary
ConstructorsConstructorDescriptionCloudVariableUpdatedProducer(ToCloudVariableEventConverter converter, ProcessEngineEventsAggregator eventsAggregator) -
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(org.activiti.api.model.shared.event.VariableUpdatedEvent event)
-
Constructor Details
-
CloudVariableUpdatedProducer
public CloudVariableUpdatedProducer(ToCloudVariableEventConverter converter, ProcessEngineEventsAggregator eventsAggregator)
-
-
Method Details