org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Class ConversationEvent

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.ConversationEvent
Direct Known Subclasses:
CloseConversationEvent, RestartConversationEvent, StartConversationEvent

public abstract class ConversationEvent
extends Object

Base class for all events related to conversations.


Constructor Summary
ConversationEvent(Conversation conversation)
          Constructor for creating the event for the given conversation
 
Method Summary
 Conversation getConversation()
          The current Conversation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationEvent

public ConversationEvent(Conversation conversation)
Constructor for creating the event for the given conversation

Parameters:
conversation - conversation for which the event gets created
Method Detail

getConversation

public final Conversation getConversation()
The current Conversation

Returns:
the current conversation


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.