Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.ioc.client.container.DestructionCallback

Packages that use DestructionCallback
org.jboss.errai.ioc.client.container   
org.jboss.errai.ioc.client.container.async   
 

Uses of DestructionCallback in org.jboss.errai.ioc.client.container
 

Fields in org.jboss.errai.ioc.client.container with type parameters of type DestructionCallback
protected  List<Tuple<Object,DestructionCallback>> AbstractCreationalContext.destructionCallbacks
           
 

Methods in org.jboss.errai.ioc.client.container with parameters of type DestructionCallback
 void AbstractCreationalContext.addDestructionCallback(Object beanInstance, DestructionCallback callback)
          Records a DestructionCallback to the creational context.
 void CreationalContext.addDestructionCallback(Object beanInstance, DestructionCallback callback)
          Records a DestructionCallback to the creational context.
 boolean SyncBeanManagerImpl.addDestructionCallback(Object beanInstance, DestructionCallback<?> destructionCallback)
           
 boolean SyncToAsyncBeanManagerAdapter.addDestructionCallback(Object beanInstance, DestructionCallback<?> destructionCallback)
           
 boolean ClientBeanManager.addDestructionCallback(Object beanInstance, DestructionCallback<?> destructionCallback)
          Associates a DestructionCallback with a bean instance.
 

Uses of DestructionCallback in org.jboss.errai.ioc.client.container.async
 

Methods in org.jboss.errai.ioc.client.container.async with parameters of type DestructionCallback
 boolean AsyncBeanManagerImpl.addDestructionCallback(Object beanInstance, DestructionCallback<?> destructionCallback)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.