public interface PlexusTypeListener extends QualifiedTypeListener
QualifiedTypeListener that also listens for Plexus components.| Modifier and Type | Method and Description |
|---|---|
void |
hear(Component component,
DeferredClass<?> implementation,
Object source)
Invoked when the
PlexusTypeListener finds a Plexus component. |
hearvoid hear(Component component,
DeferredClass<?> implementation,
Object source)
PlexusTypeListener finds a Plexus component.component - The Plexus componentimplementation - The implementationsource - The source of this componentCopyright © 2013. All rights reserved.