public class FlowableConversationNameUpdatedEventImpl extends FlowableEngageEventImpl implements FlowableConversationNameUpdatedEvent
| Modifier and Type | Field and Description |
|---|---|
protected Conversation |
conversation |
protected String |
oldName |
type| Constructor and Description |
|---|
FlowableConversationNameUpdatedEventImpl(Conversation conversation,
String oldName) |
| Modifier and Type | Method and Description |
|---|---|
Conversation |
getConversation() |
String |
getOldName() |
getTypetoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeprotected final Conversation conversation
protected final String oldName
public FlowableConversationNameUpdatedEventImpl(Conversation conversation, String oldName)
public Conversation getConversation()
getConversation in interface FlowableConversationNameUpdatedEventpublic String getOldName()
getOldName in interface FlowableConversationNameUpdatedEvent