public interface PlexusTypeListener extends QualifiedTypeListener
QualifiedTypeListener that also listens for Plexus components.| Modifier and Type | Method and Description |
|---|---|
void |
hear(org.codehaus.plexus.component.annotations.Component component,
DeferredClass<?> implementation,
java.lang.Object source)
Invoked when the
PlexusTypeListener finds a Plexus component. |
hearvoid hear(org.codehaus.plexus.component.annotations.Component component,
DeferredClass<?> implementation,
java.lang.Object source)
PlexusTypeListener finds a Plexus component.component - The Plexus componentimplementation - The implementationsource - The source of this component