it.eng.spago.event
Class ModuleStartEvent

java.lang.Object
  extended by it.eng.spago.event.ModuleEvent
      extended by it.eng.spago.event.ModuleStartEvent
All Implemented Interfaces:
ISpagoEvent

public class ModuleStartEvent
extends ModuleEvent

Author:
zoppello A subclass of ModuleEvent that indicate that a module has start to be executed

Constructor Summary
ModuleStartEvent(ModuleIFace module)
           
 
Method Summary
 
Methods inherited from class it.eng.spago.event.ModuleEvent
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleStartEvent

public ModuleStartEvent(ModuleIFace module)