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

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.ConversationEvent
      extended by 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.


Constructor Summary
RestartConversationEvent(Conversation conversation)
          Constructor for creating the event for the given conversation
 
Method Summary
 
Methods inherited from class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.ConversationEvent
getConversation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.