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

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.AccessBeanEvent

public final class AccessBeanEvent
extends BeanEvent

Event which gets fired as soon as a bean within a CODI scope is accessed.

Attention: It's deactivated per default. Since it introduces a significant overhead, just activate it for special cases.


Constructor Summary
AccessBeanEvent(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

AccessBeanEvent

public AccessBeanEvent(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.