org.jboss.errai.ioc.client.api
Interface Disposer<T>
public interface Disposer<T>
A disposer exposes the bean managers explicit disposal functionality. An injected disposer can be used to
dispose of the parameterized bean type.
- Author:
- Mike Brock
Method Summary |
void |
dispose(T beanInstance)
Requests that the bean manager dispose of the specified bean instance. |
dispose
void dispose(T beanInstance)
- Requests that the bean manager dispose of the specified bean instance.
- Parameters:
beanInstance
- the instance of the bean to be disposed.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.