org.codehaus.plexus.component.discovery
public interface ComponentDiscoveryListener
Modifier and Type | Method and Description |
---|---|
void |
componentDiscovered(ComponentDiscoveryEvent event)
Signals to this listener that a component has been discovered.
|
java.lang.String |
getId()
Returns this listener's unique key.
|
void componentDiscovered(ComponentDiscoveryEvent event)
event
- the event that signals what components have been discoveredjava.lang.String getId()
Copyright © 2014. All Rights Reserved.