public interface Destruction<T>
extends LifecycleEvent<T>
An event representing the end of an IOC bean instances lifecycle.
This event is special in that, if it is successful (i.e. no listeners
veto it) then all references to
LifecycleListeners for this instance will released.
Author:
Max Barkley
Method Summary
Methods inherited from interface org.jboss.errai.ioc.client.lifecycle.api.LifecycleEvent