org.jboss.errai.ioc.rebind.ioc.injector.api
Interface ConstructionStatusCallback
public interface ConstructionStatusCallback
A ConstructionStatusCallback is used to signal backto an injector that the object has been initialized.
This is intended to occur after the object has been initialized and before any non-constructor injections.
This prevents a problem with graph cycles by allowing the calling injector to be set to an injected state,
thereby preventing redundant initialization. It also permits intenral cycles on the object to be resolved by
allowing injectors to directly reference the object.
- Author:
- Mike Brock
beanConstructed
void beanConstructed(ConstructionType constructionType)
- Called to indicate that construction has occurred.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.