org.apache.tuscany.sca.core.event
Class ComponentStart

java.lang.Object
  extended by org.apache.tuscany.sca.core.event.ComponentStart
All Implemented Interfaces:
Event

public class ComponentStart
extends java.lang.Object
implements Event

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

ComponentStart

public ComponentStart(java.lang.Object source,
                      java.net.URI componentURI)
Creates a component start event

Parameters:
source - the source of the event
componentURI - the URI of the component being started
Method Detail

getComponentURI

public java.net.URI getComponentURI()

getSource

public java.lang.Object getSource()
Description copied from interface: Event
Returns the source of the event

Specified by:
getSource in interface Event