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

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

public class ComponentStop
extends java.lang.Object
implements Event

Propagated when a component stops


Constructor Summary
ComponentStop(java.lang.Object source, java.net.URI componentUri)
          Creates a component stop 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

ComponentStop

public ComponentStop(java.lang.Object source,
                     java.net.URI componentUri)
Creates a component stop event

Parameters:
source - the source of the event
componentUri - the composite component associated the component being stopped
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