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

java.lang.Object
  extended by 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.

Author:
Gerhard Petracek

Constructor Summary
WindowContextEvent(WindowContext windowContext)
          Constructor for creating the event for the given WindowContext
 
Method Summary
 WindowContext getWindowContext()
          The current WindowContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowContextEvent

public WindowContextEvent(WindowContext windowContext)
Constructor for creating the event for the given WindowContext

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

getWindowContext

public final WindowContext getWindowContext()
The current WindowContext

Returns:
the current window-context


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