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

Author:
Gerhard Petracek

Constructor Summary
WindowContextEvent(WindowContext windowContext)
           
 
Method Summary
 WindowContext getWindowContext()
           
 
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)
Method Detail

getWindowContext

public final WindowContext getWindowContext()


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