public final class ComponentDependencyMonitor extends AbstractComponentMonitor
| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentDependencyMonitor.Dependency
Understands which other classes are required to instantiate a component.
|
KEEP| Constructor and Description |
|---|
ComponentDependencyMonitor(ComponentDependencyListener listener) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
instantiated(PicoContainer container,
ComponentAdapter<T> componentAdapter,
Constructor<T> constructor,
Object instantiated,
Object[] injected,
long duration) |
changeMonitor, currentMonitor, instantiating, instantiationFailed, invocationFailed, invoked, invoking, lifecycleInvocationFailed, newBehavior, newInjector, noComponentFoundpublic ComponentDependencyMonitor(ComponentDependencyListener listener)
public <T> void instantiated(PicoContainer container, ComponentAdapter<T> componentAdapter, Constructor<T> constructor, Object instantiated, Object[] injected, long duration)
instantiated in interface ComponentMonitorinstantiated in class AbstractComponentMonitorCopyright © 2003-2014 Codehaus. All Rights Reserved.