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
Constructors Constructor Description CloudVariableCreatedProducer(ToCloudVariableEventConverter converter, ProcessEngineEventsAggregator eventsAggregator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.activiti.api.model.shared.event.VariableCreatedEvent event)
-
-
-
Constructor Detail
-
CloudVariableCreatedProducer
public CloudVariableCreatedProducer(ToCloudVariableEventConverter converter, ProcessEngineEventsAggregator eventsAggregator)
-
-