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

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.BeanEvent
      extended by org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.ScopeBeanEvent

public final class ScopeBeanEvent
extends BeanEvent

Event which gets fired as soon as a bean gets added to one of the CODI scopes.

Attention: It's deactivated per default.


Constructor Summary
ScopeBeanEvent(Serializable bean)
          Constructor for creating the event for the given bean-instance
 
Method Summary
 
Methods inherited from class org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.BeanEvent
getBeanInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeBeanEvent

public ScopeBeanEvent(Serializable bean)
Constructor for creating the event for the given bean-instance

Parameters:
bean - bean-instance (unproxied) for which the event gets created


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