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