Interface ComponentDiscoveryListener
public interface ComponentDiscoveryListener
A listener which responds in some way to component discovery by a
PlexusContainer.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Signals to this listener that a component has been discovered.getId()
Returns this listener's unique key.
-
Method Details
-
componentDiscovered
Signals to this listener that a component has been discovered.- Parameters:
event
- the event that signals what components have been discovered
-
getId
String getId()Returns this listener's unique key.- Returns:
- this listener's unique key
-