Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.client.lifecycle.api
Interface Destruction<T>

All Superinterfaces:
LifecycleEvent<T>
All Known Implementing Classes:
DestructionImpl

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
fireAsync, fireAsync, getInstance, veto
 


Errai 3.0.1-SNAPSHOT

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