The ScreenProcedures interface
Defines all the methods that must be implemented by a SCREEN PROCEDURES MANAGER
Implemented in the framework by "StandardScreenProcedures"
Method Summary | |
boolean |
execute(java.lang.String sProcName,
ScreenContext screenContext,
ScreenRequest screenRequest,
ScreenResponse screenResponse)
Method called by an "EXEC" action ( supposed to be used to call a "screen procedure" ) |
Method Detail |
public boolean execute(java.lang.String sProcName, ScreenContext screenContext, ScreenRequest screenRequest, ScreenResponse screenResponse) throws TelosysException
sProcName
- the name of the procedure to callscreenContext
- the ScreenContext to usescreenRequest
- the ScreenRequestscreenResponse
- the ScreenResponse
TelosysException