Interface FlowableConversationNameUpdatedEvent
-
- All Superinterfaces:
FlowableEngageEvent
,FlowableEvent
- All Known Implementing Classes:
FlowableConversationNameUpdatedEventImpl
public interface FlowableConversationNameUpdatedEvent extends FlowableEngageEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Conversation
getConversation()
String
getOldName()
-
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
-
-
-
Method Detail
-
getConversation
Conversation getConversation()
-
getOldName
String getOldName()
-
-