Class FlowableConversationReopenedEventImpl
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.FlowableConversationReopenedEventImpl
- All Implemented Interfaces:
FlowableConversationReopenedEvent
,FlowableEngageEvent
,org.flowable.common.engine.api.delegate.event.FlowableEvent
public class FlowableConversationReopenedEventImpl extends FlowableEngageEventImpl implements FlowableConversationReopenedEvent
-
Field Summary
Fields Modifier and Type Field Description protected Conversation
conversation
-
Constructor Summary
Constructors Constructor Description FlowableConversationReopenedEventImpl(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 interfaceFlowableConversationReopenedEvent
-