Package org.eclipse.sisu.space
Interface QualifiedTypeListener
-
- All Known Subinterfaces:
PlexusTypeListener
- All Known Implementing Classes:
PlexusTypeBinder
,QualifiedTypeBinder
public interface QualifiedTypeListener
Listens for types annotated withQualifier
annotations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
hear(java.lang.Class<?> qualifiedType, java.lang.Object source)
Invoked when theQualifiedTypeVisitor
finds a qualified type.
-
-
-
Method Detail
-
hear
void hear(java.lang.Class<?> qualifiedType, java.lang.Object source)
Invoked when theQualifiedTypeVisitor
finds a qualified type.- Parameters:
qualifiedType
- The qualified typesource
- The source of this type- See Also:
Binder.withSource(Object)
-
-