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