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() |
getType
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType
protected final Conversation conversation
protected final String oldOwner
public FlowableConversationOwnerChangedEventImpl(Conversation conversation, String oldOwner)
public Conversation getConversation()
getConversation
in interface FlowableConversationOwnerChangedEvent
public String getOldOwner()
getOldOwner
in interface FlowableConversationOwnerChangedEvent