Package | Description |
---|---|
org.jboss.weld.construction.api | |
org.jboss.weld.context |
Modifier and Type | Method and Description |
---|---|
void |
WeldCreationalContext.registerAroundConstructCallback(AroundConstructCallback<T> callback)
Register a callback which is notified of component construction.
|
Modifier and Type | Method and Description |
---|---|
List<AroundConstructCallback<T>> |
CreationalContextImpl.getAroundConstructCallbacks() |
Modifier and Type | Method and Description |
---|---|
void |
CreationalContextImpl.registerAroundConstructCallback(AroundConstructCallback<T> callback) |
Copyright © 2013 Seam Framework. All Rights Reserved.