|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.component.discovery.ComponentDiscoveryEvent
public class ComponentDiscoveryEvent
Signals to a ComponentDiscoveryListener that an event has taken place involving a set of components. It is up to the Listener to decide what to do with that information.
Constructor Summary | |
---|---|
ComponentDiscoveryEvent(ComponentSetDescriptor componentSetDescriptor)
Constructs a ComponentDiscoveryEvent with a set of
ComponentDescriptors. |
Method Summary | |
---|---|
ComponentSetDescriptor |
getComponentSetDescriptor()
Returns this event's set of ComponentDescriptors. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentDiscoveryEvent(ComponentSetDescriptor componentSetDescriptor)
ComponentDiscoveryEvent
with a set of
ComponentDescriptors.
componentSetDescriptor
- a set of ComponentDescriptorsMethod Detail |
---|
public ComponentSetDescriptor getComponentSetDescriptor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |