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

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.WindowContextEvent
      extended by 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.


Constructor Summary
CreateWindowContextEvent(WindowContext windowContext)
          Constructor for creating the event for the given window-context
 
Method Summary
 
Methods inherited from class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.WindowContextEvent
getWindowContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.