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

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

public final class UnscopeBeanEvent
extends BeanEvent

Event which gets fired as soon as a bean gets removed from one of the CODI scopes.

Attention: It's deactivated per default.


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

UnscopeBeanEvent

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