org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
Class ScopeBeanEvent
java.lang.Object
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.BeanEvent
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.
- Author:
- Gerhard Petracek
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 |
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-2011 The Apache Software Foundation. All Rights Reserved.