org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Class RestartConversationEvent
java.lang.Object
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.ConversationEvent
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.RestartConversationEvent
public final class RestartConversationEvent
- extends ConversationEvent
Event which gets fired directly before a conversation gets restarted.
Attention: It's deactivated per default.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestartConversationEvent
public RestartConversationEvent(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.