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 class
FlowableConversationStartedEventImpl
Methods in com.flowable.engage.engine.delegate.event.impl that return FlowableConversationStartedEvent Modifier and Type Method Description static FlowableConversationStartedEvent
FlowableEngageEventBuilder. createConversationStartedEvent(Conversation conversation)
Methods in com.flowable.engage.engine.delegate.event.impl with parameters of type FlowableConversationStartedEvent Modifier and Type Method Description protected void
AbstractFlowableEngageEngineEventListener. 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 void
DeskConversationListener. onConversationStarted(FlowableConversationStartedEvent engageEvent)
-