org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Class StartConversationEvent
java.lang.Object
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.ConversationEvent
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.StartConversationEvent
public final class StartConversationEvent
- extends ConversationEvent
Event which gets fired directly after a conversation was started.
Attention: It's deactivated per default.
- Author:
- Gerhard Petracek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartConversationEvent
public StartConversationEvent(Conversation conversation)
- Constructor for creating the event for the given conversation
- Parameters:
conversation
- conversation for which the event gets created
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.