it.eng.spago.event
Class ModuleEvent

java.lang.Object
  extended by it.eng.spago.event.ModuleEvent
All Implemented Interfaces:
ISpagoEvent
Direct Known Subclasses:
ModuleEndEvent, ModuleExceptionEvent, ModuleStartEvent

public class ModuleEvent
extends java.lang.Object
implements ISpagoEvent

Author:
zoppello A Spago Event that is the base class for all the event raised by Module Execution

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

Constructor Detail

ModuleEvent

public ModuleEvent(ModuleIFace module)
Method Detail

getSource

public java.lang.Object getSource()
Specified by:
getSource in interface ISpagoEvent