Package org.eclipse.sisu.plexus
Interface PlexusTypeListener
- All Superinterfaces:
QualifiedTypeListener
- All Known Implementing Classes:
PlexusTypeBinder
QualifiedTypeListener
that also listens for Plexus components.-
Method Summary
Modifier and TypeMethodDescriptionvoid
hear
(org.codehaus.plexus.component.annotations.Component component, DeferredClass<?> implementation, Object source) Invoked when thePlexusTypeListener
finds a Plexus component.Methods inherited from interface org.eclipse.sisu.space.QualifiedTypeListener
hear
-
Method Details
-
hear
void hear(org.codehaus.plexus.component.annotations.Component component, DeferredClass<?> implementation, Object source) Invoked when thePlexusTypeListener
finds a Plexus component.- Parameters:
component
- The Plexus componentimplementation
- The implementationsource
- The source of this component
-