public class FlowableConversationOwnerChangedEventImpl extends FlowableEngageEventImpl implements FlowableConversationOwnerChangedEvent
| Modifier and Type | Field and Description |
|---|---|
protected Conversation |
conversation |
protected String |
oldOwner |
type| Constructor and Description |
|---|
FlowableConversationOwnerChangedEventImpl(Conversation conversation,
String oldOwner) |
| Modifier and Type | Method and Description |
|---|---|
Conversation |
getConversation() |
String |
getOldOwner() |
getTypetoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeprotected final Conversation conversation
protected final String oldOwner
public FlowableConversationOwnerChangedEventImpl(Conversation conversation, String oldOwner)
public Conversation getConversation()
getConversation in interface FlowableConversationOwnerChangedEventpublic String getOldOwner()
getOldOwner in interface FlowableConversationOwnerChangedEvent