Errai 3.0.1-SNAPSHOT

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.
 

Method Detail

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.

Errai 3.0.1-SNAPSHOT

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