Class FlowableConversationDeletedEventImpl
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.FlowableConversationDeletedEventImpl
- All Implemented Interfaces:
FlowableConversationDeletedEvent
,FlowableEngageEvent
,FlowableEvent
public class FlowableConversationDeletedEventImpl
extends FlowableEngageEventImpl
implements FlowableConversationDeletedEvent
- Author:
- Joram Barrez
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getType
Methods inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Field Details
-
conversation
-
-
Constructor Details
-
FlowableConversationDeletedEventImpl
-
-
Method Details
-
getConversation
- Specified by:
getConversation
in interfaceFlowableConversationDeletedEvent
-