it.eng.spago.event
Class ActionEndEvent

java.lang.Object
  extended by it.eng.spago.event.ActionEvent
      extended by it.eng.spago.event.ActionEndEvent
All Implemented Interfaces:
ISpagoEvent

public class ActionEndEvent
extends ActionEvent

Author:
zoppello A subclass of ActionEvent that indicate that an action has been executed sucessfully

Constructor Summary
ActionEndEvent(ActionIFace action)
           
 
Method Summary
 
Methods inherited from class it.eng.spago.event.ActionEvent
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionEndEvent

public ActionEndEvent(ActionIFace action)