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

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.CloseConversationEvent

public final class CloseConversationEvent
extends ConversationEvent

Event which gets fired directly before a conversation gets closed.

Attention: It's deactivated per default.


Constructor Summary
CloseConversationEvent(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

CloseConversationEvent

public CloseConversationEvent(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.