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.


Method Summary
 void hear(org.codehaus.plexus.component.annotations.Component component, DeferredClass<?> implementation, java.lang.Object source)
          Invoked when the PlexusTypeListener finds a Plexus component.
 
Methods inherited from interface org.sonatype.guice.bean.scanners.QualifiedTypeListener
hear
 

Method Detail

hear

void hear(org.codehaus.plexus.component.annotations.Component component,
          DeferredClass<?> implementation,
          java.lang.Object source)
Invoked when the PlexusTypeListener finds a Plexus component.

Parameters:
component - The Plexus component
implementation - The implementation
source - The source of this component


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.