it.eng.spago.event
Class ActionEvent

java.lang.Object
  extended by it.eng.spago.event.ActionEvent
All Implemented Interfaces:
ISpagoEvent
Direct Known Subclasses:
ActionEndEvent, ActionExceptionEvent, ActionStartEvent

public class ActionEvent
extends java.lang.Object
implements ISpagoEvent

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

Constructor Summary
ActionEvent(ActionIFace action)
           
 
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

ActionEvent

public ActionEvent(ActionIFace action)
Method Detail

getSource

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