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,
Object source)
Invoked when the
PlexusTypeListener finds a Plexus component. |
hearvoid hear(org.codehaus.plexus.component.annotations.Component component,
DeferredClass<?> implementation,
Object source)
PlexusTypeListener finds a Plexus component.component - The Plexus componentimplementation - The implementationsource - The source of this componentCopyright © 2010-2015 Sonatype, Inc.. All Rights Reserved.