Tuscany Core

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

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

public class ModuleStart
extends AbstractEvent
implements ModuleEvent

Propagated when a module starts

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

Field Summary
 
Fields inherited from class org.apache.tuscany.core.context.event.AbstractEvent
source
 
Constructor Summary
ModuleStart(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

ModuleStart

public ModuleStart(java.lang.Object source)

Tuscany Core

-