Uses of Interface
org.flowable.engine.delegate.event.FlowableSignalEvent
Packages that use FlowableSignalEvent
-
Uses of FlowableSignalEvent in org.flowable.engine.delegate.event
Methods in org.flowable.engine.delegate.event with parameters of type FlowableSignalEventModifier and TypeMethodDescriptionprotected 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 FlowableSignalEventMethods in org.flowable.engine.delegate.event.impl that return FlowableSignalEventModifier and TypeMethodDescriptionstatic FlowableSignalEventFlowableEventBuilder.createSignalEvent(FlowableEngineEventType type, String activityId, String signalName, Object signalData, String executionId, String processInstanceId, String processDefinitionId)