Tuscany Core

org.apache.tuscany.core.context.event
Class ModuleStop

java.lang.Object
  extended by org.apache.tuscany.core.context.event.AbstractEvent
      extended by org.apache.tuscany.core.context.event.ModuleStop
All Implemented Interfaces:
Event, ModuleEvent

public class ModuleStop
extends AbstractEvent
implements ModuleEvent

Propagated when a module stops

Version:
$$Rev$$ $$Date$$

Field Summary
 
Fields inherited from class org.apache.tuscany.core.context.event.AbstractEvent
source
 
Constructor Summary
ModuleStop(java.lang.Object source)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.core.context.event.AbstractEvent
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.tuscany.core.context.event.Event
getSource
 

Constructor Detail

ModuleStop

public ModuleStop(java.lang.Object source)

Tuscany Core

-