Class FlowableConversationStartedEventImpl
java.lang.Object
org.flowable.common.engine.impl.event.FlowableEventImpl
com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
com.flowable.engage.engine.delegate.event.impl.FlowableConversationStartedEventImpl
- All Implemented Interfaces:
FlowableConversationStartedEvent
,FlowableEngageEvent
,org.flowable.common.engine.api.delegate.event.FlowableEvent
public class FlowableConversationStartedEventImpl extends FlowableEngageEventImpl implements FlowableConversationStartedEvent
-
Field Summary
Fields Modifier and Type Field Description protected Conversation
conversation
-
Constructor Summary
Constructors Constructor Description FlowableConversationStartedEventImpl(Conversation conversation)
-
Method Summary
Modifier and Type Method Description Conversation
getConversation()
Methods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getType
-
Field Details
-
Constructor Details
-
Method Details
-
getConversation
- Specified by:
getConversation
in interfaceFlowableConversationStartedEvent
-