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

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.WindowContextEvent
      extended by org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.CloseWindowContextEvent

public final class CloseWindowContextEvent
extends WindowContextEvent

Event which gets fired directly before the current WindowContext gets closed.

Attention: It's deactivated per default.

Author:
Gerhard Petracek

Constructor Summary
CloseWindowContextEvent(WindowContext windowContext)
          Constructor for creating the event for the given window-context
 
Method Summary
 
Methods inherited from class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.WindowContextEvent
getWindowContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseWindowContextEvent

public CloseWindowContextEvent(WindowContext windowContext)
Constructor for creating the event for the given window-context

Parameters:
windowContext - window-context for which the event gets created


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