org.sonatype.guice.plexus.scanners
Interface PlexusTypeListener
- All Superinterfaces:
- QualifiedTypeListener
- All Known Implementing Classes:
- PlexusTypeBinder
public interface PlexusTypeListener
- extends QualifiedTypeListener
QualifiedTypeListener
that also listens for Plexus components.
hear
void hear(org.codehaus.plexus.component.annotations.Component component,
DeferredClass<?> implementation,
Object source)
- Invoked when the
PlexusTypeListener
finds a Plexus component.
- Parameters:
component
- The Plexus componentimplementation
- The implementationsource
- The source of this component
Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.