org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Class CloseWindowContextEvent
java.lang.Object
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.WindowContextEvent
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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-2012 The Apache Software Foundation. All Rights Reserved.