public interface LifecycleListenerGenerator<T>
LifecycleListeners
for IOC bean instances
of type T
. Every instance of an IOC bean type will have the method
newInstance()
invoked exactly once.Modifier and Type | Method and Description |
---|---|
LifecycleListener<T> |
newInstance() |
LifecycleListener<T> newInstance()
LifecycleListener
.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.