org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Class WindowContextEvent
java.lang.Object
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.WindowContextEvent
- Direct Known Subclasses:
- CloseWindowContextEvent, CreateWindowContextEvent
public abstract class WindowContextEvent
- extends Object
Base class for all events related to WindowContext
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowContextEvent
public WindowContextEvent(WindowContext windowContext)
- Constructor for creating the event for the given
WindowContext
- Parameters:
windowContext
- window-context for which the event gets created
getWindowContext
public final WindowContext getWindowContext()
- The current
WindowContext
- Returns:
- the current window-context
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.