Package org.eclipse.sisu.plexus
Interface PlexusTypeListener
-
- All Superinterfaces:
org.eclipse.sisu.space.QualifiedTypeListener
- All Known Implementing Classes:
PlexusTypeBinder
public interface PlexusTypeListener extends org.eclipse.sisu.space.QualifiedTypeListenerQualifiedTypeListenerthat also listens for Plexus components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhear(org.codehaus.plexus.component.annotations.Component component, org.eclipse.sisu.inject.DeferredClass<?> implementation, java.lang.Object source)Invoked when thePlexusTypeListenerfinds a Plexus component.
-
-
-
Method Detail
-
hear
void hear(org.codehaus.plexus.component.annotations.Component component, org.eclipse.sisu.inject.DeferredClass<?> implementation, java.lang.Object source)Invoked when thePlexusTypeListenerfinds a Plexus component.- Parameters:
component- The Plexus componentimplementation- The implementationsource- The source of this component
-
-