Uses of Interface
org.flowable.engine.delegate.event.FlowableSignalEvent
-
Packages that use FlowableSignalEvent Package Description org.flowable.engine.delegate.event org.flowable.engine.delegate.event.impl -
-
Uses of FlowableSignalEvent in org.flowable.engine.delegate.event
Methods in org.flowable.engine.delegate.event with parameters of type FlowableSignalEvent Modifier and Type Method Description protected voidAbstractFlowableEngineEventListener. activitySignaled(FlowableSignalEvent event)protected voidAbstractFlowableEngineEventListener. activitySignalWaiting(FlowableSignalEvent event) -
Uses of FlowableSignalEvent in org.flowable.engine.delegate.event.impl
Classes in org.flowable.engine.delegate.event.impl that implement FlowableSignalEvent Modifier and Type Class Description classFlowableSignalEventImplAnFlowableSignalEventimplementation.Methods in org.flowable.engine.delegate.event.impl that return FlowableSignalEvent Modifier and Type Method Description static FlowableSignalEventFlowableEventBuilder. createSignalEvent(FlowableEngineEventType type, String activityId, String signalName, Object signalData, String executionId, String processInstanceId, String processDefinitionId)
-