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