org.picocontainer.gems.monitors
Class ComponentDependencyMonitor
java.lang.Object
org.picocontainer.monitors.AbstractComponentMonitor
org.picocontainer.gems.monitors.ComponentDependencyMonitor
- All Implemented Interfaces:
- Serializable, org.picocontainer.ComponentMonitor, org.picocontainer.ComponentMonitorStrategy
public final class ComponentDependencyMonitor
- extends org.picocontainer.monitors.AbstractComponentMonitor
Understands how to capture component dependency information from
picocontainer.
- Author:
- Peter Barry, Kent R. Spillner
- See Also:
- Serialized Form
|
Method Summary |
|
instantiated(org.picocontainer.PicoContainer container,
org.picocontainer.ComponentAdapter<T> componentAdapter,
Constructor<T> constructor,
Object instantiated,
Object[] injected,
long duration)
|
| Methods inherited from class org.picocontainer.monitors.AbstractComponentMonitor |
changeMonitor, currentMonitor, instantiating, instantiationFailed, invocationFailed, invoked, invoking, lifecycleInvocationFailed, newInjectionFactory, noComponentFound |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentDependencyMonitor
public ComponentDependencyMonitor(ComponentDependencyListener listener)
instantiated
public <T> void instantiated(org.picocontainer.PicoContainer container,
org.picocontainer.ComponentAdapter<T> componentAdapter,
Constructor<T> constructor,
Object instantiated,
Object[] injected,
long duration)
- Specified by:
instantiated in interface org.picocontainer.ComponentMonitor- Overrides:
instantiated in class org.picocontainer.monitors.AbstractComponentMonitor
Copyright © 2003-2008 Codehaus. All Rights Reserved.