|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.core.event.ComponentStart
public class ComponentStart
Propagated when a component starts
Constructor Summary | |
---|---|
ComponentStart(java.lang.Object source,
java.net.URI componentURI)
Creates a component start event |
Method Summary | |
---|---|
java.net.URI |
getComponentURI()
|
java.lang.Object |
getSource()
Returns the source of the event |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentStart(java.lang.Object source, java.net.URI componentURI)
source
- the source of the eventcomponentURI
- the URI of the component being startedMethod Detail |
---|
public java.net.URI getComponentURI()
public java.lang.Object getSource()
Event
getSource
in interface Event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |