Class FlowableConversationNameUpdatedEventImpl
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.FlowableConversationNameUpdatedEventImpl
- All Implemented Interfaces:
FlowableConversationNameUpdatedEvent
,FlowableEngageEvent
,org.flowable.common.engine.api.delegate.event.FlowableEvent
public class FlowableConversationNameUpdatedEventImpl extends FlowableEngageEventImpl implements FlowableConversationNameUpdatedEvent
- Author:
- Simon Amport
-
Field Summary
Fields Modifier and Type Field Description protected Conversation
conversation
protected java.lang.String
oldName
-
Constructor Summary
Constructors Constructor Description FlowableConversationNameUpdatedEventImpl(Conversation conversation, java.lang.String oldName)
-
Method Summary
Modifier and Type Method Description Conversation
getConversation()
java.lang.String
getOldName()
Methods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getType
-
Field Details
-
conversation
-
oldName
protected final java.lang.String oldName
-
-
Constructor Details
-
FlowableConversationNameUpdatedEventImpl
public FlowableConversationNameUpdatedEventImpl(Conversation conversation, java.lang.String oldName)
-
-
Method Details
-
getConversation
- Specified by:
getConversation
in interfaceFlowableConversationNameUpdatedEvent
-
getOldName
public java.lang.String getOldName()- Specified by:
getOldName
in interfaceFlowableConversationNameUpdatedEvent
-