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,FlowableEvent
public class FlowableConversationNameUpdatedEventImpl
extends FlowableEngageEventImpl
implements FlowableConversationNameUpdatedEvent
- Author:
- Simon Amport
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type -
Constructor Summary
ConstructorsConstructorDescriptionFlowableConversationNameUpdatedEventImpl(Conversation conversation, String oldName) -
Method Summary
Methods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getTypeMethods inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Field Details
-
conversation
-
oldName
-
-
Constructor Details
-
FlowableConversationNameUpdatedEventImpl
-
-
Method Details
-
getConversation
- Specified by:
getConversationin interfaceFlowableConversationNameUpdatedEvent
-
getOldName
- Specified by:
getOldNamein interfaceFlowableConversationNameUpdatedEvent
-