public interface

PlexusTypeListener

implements QualifiedTypeListener
org.eclipse.sisu.plexus.PlexusTypeListener
Known Indirect Subclasses

Class Overview

QualifiedTypeListener that also listens for Plexus components.

Summary

Public Methods
abstract void hear(Component component, DeferredClass<?> implementation, Object source)
Invoked when the PlexusTypeListener finds a Plexus component.
[Expand]
Inherited Methods
From interface org.eclipse.sisu.space.QualifiedTypeListener

Public Methods

public abstract void hear (Component component, DeferredClass<?> implementation, Object source)

Invoked when the PlexusTypeListener finds a Plexus component.

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