public abstract class ConversationEvent extends Object
Constructor and Description |
---|
ConversationEvent(Conversation conversation)
Constructor for creating the event for the given conversation
|
Modifier and Type | Method and Description |
---|---|
Conversation |
getConversation()
The current
Conversation |
public ConversationEvent(Conversation conversation)
conversation
- conversation for which the event gets createdpublic final Conversation getConversation()
Conversation
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.