it.eng.spago.event
Interface ISpagoEvent

All Known Implementing Classes:
ActionEndEvent, ActionEvent, ActionExceptionEvent, ActionStartEvent, ModuleEndEvent, ModuleEvent, ModuleExceptionEvent, ModuleStartEvent, PageEndEvent, PageEvent, PageExceptionEvent, PageStartEvent, ValidationEvent, ValidationFailedEvent

public interface ISpagoEvent

Author:
zoppello The Interface for all the Spago event, the only method required is the getSource that returns the object that raise the event

Method Summary
 java.lang.Object getSource()
           
 

Method Detail

getSource

java.lang.Object getSource()