Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.client.container
Interface InitializationCallback<T>


public interface InitializationCallback<T>

An initialization callback is used to implement a set of tasks to be executed against the specified bean, prior to putting the bean into service. This interface is not designed to be directly used. Its implementations are usually provided by Errai's code generators and are used to orchestrate tasks such as PostConstruct for beans.

Author:
Mike Brock

Method Summary
 void init(T t)
          Called to perform the initialization task against the specified bean.
 

Method Detail

init

void init(T t)
Called to perform the initialization task against the specified bean.

Parameters:
t - the bean instance.

Errai 3.0.1-SNAPSHOT

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