Uses of Interface
com.flowable.engage.api.delegate.event.FlowableConversationStartedEvent
-
Packages that use FlowableConversationStartedEvent Package Description com.flowable.engage.engine.delegate.event.impl com.flowable.engage.engine.impl.desk -
-
Uses of FlowableConversationStartedEvent in com.flowable.engage.engine.delegate.event.impl
Classes in com.flowable.engage.engine.delegate.event.impl that implement FlowableConversationStartedEvent Modifier and Type Class Description classFlowableConversationStartedEventImplMethods in com.flowable.engage.engine.delegate.event.impl that return FlowableConversationStartedEvent Modifier and Type Method Description static FlowableConversationStartedEventFlowableEngageEventBuilder. createConversationStartedEvent(Conversation conversation)Methods in com.flowable.engage.engine.delegate.event.impl with parameters of type FlowableConversationStartedEvent Modifier and Type Method Description protected voidAbstractFlowableEngageEngineEventListener. onConversationStarted(FlowableConversationStartedEvent engageEvent) -
Uses of FlowableConversationStartedEvent in com.flowable.engage.engine.impl.desk
Methods in com.flowable.engage.engine.impl.desk with parameters of type FlowableConversationStartedEvent Modifier and Type Method Description protected voidDeskConversationListener. onConversationStarted(FlowableConversationStartedEvent engageEvent)
-