Class CloudVariableDeletedProducer
- java.lang.Object
-
- org.activiti.cloud.services.events.listeners.CloudVariableDeletedProducer
-
- All Implemented Interfaces:
org.activiti.api.runtime.shared.events.VariableEventListener<org.activiti.api.model.shared.event.VariableDeletedEvent>
public class CloudVariableDeletedProducer extends Object implements org.activiti.api.runtime.shared.events.VariableEventListener<org.activiti.api.model.shared.event.VariableDeletedEvent>
-
-
Constructor Summary
Constructors Constructor Description CloudVariableDeletedProducer(ToCloudVariableEventConverter converter, ProcessEngineEventsAggregator eventsAggregator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.activiti.api.model.shared.event.VariableDeletedEvent event)
-
-
-
Constructor Detail
-
CloudVariableDeletedProducer
public CloudVariableDeletedProducer(ToCloudVariableEventConverter converter, ProcessEngineEventsAggregator eventsAggregator)
-
-