org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Class ConversationEvent
java.lang.Object
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.
- Author:
- Gerhard Petracek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConversationEvent
public ConversationEvent(Conversation conversation)
- Constructor for creating the event for the given conversation
- Parameters:
conversation
- conversation for which the event gets created
getConversation
public final Conversation getConversation()
- The current
Conversation
- Returns:
- the current conversation
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.