Errai 3.0.1-SNAPSHOT

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


public interface LifecycleListenerGenerator<T>

Generates LifecycleListeners for IOC bean instances of type T. Every instance of an IOC bean type will have the method newInstance() invoked exactly once.

Author:
Max Barkley

Method Summary
 LifecycleListener<T> newInstance()
           
 

Method Detail

newInstance

LifecycleListener<T> newInstance()
Returns:
An instance of LifecycleListener.

Errai 3.0.1-SNAPSHOT

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