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

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event.BeanEvent
Direct Known Subclasses:
AccessBeanEvent, ScopeBeanEvent, UnscopeBeanEvent

public abstract class BeanEvent
extends Object

Base class for all events related to beans.


Constructor Summary
BeanEvent(Serializable bean)
          Constructor for creating the event for the given bean-instance
 
Method Summary
 Serializable getBeanInstance()
          The current bean instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanEvent

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

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

getBeanInstance

public final Serializable getBeanInstance()
The current bean instance

Returns:
the current bean instance


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