it.eng.spago.event
Class PageEndEvent

java.lang.Object
  extended by it.eng.spago.event.PageEvent
      extended by it.eng.spago.event.PageEndEvent
All Implemented Interfaces:
ISpagoEvent

public class PageEndEvent
extends PageEvent

Author:
zoppello A subclass of ActionEvent that indicate that execution of a page has finished sucessfully

Constructor Summary
PageEndEvent(PageIFace page)
           
 
Method Summary
 
Methods inherited from class it.eng.spago.event.PageEvent
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageEndEvent

public PageEndEvent(PageIFace page)