it.eng.spago.event
Interface ISpagoEvent

All Known Implementing Classes:
ActionEvent, ModuleEvent, PageEvent, ValidationEvent

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

public java.lang.Object getSource()