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

Author:
Gerhard Petracek

Constructor Summary
ConversationEvent(Conversation conversation)
           
 
Method Summary
 Conversation getConversation()
           
 
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)
Method Detail

getConversation

public final Conversation getConversation()


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