org.objectweb.telosys.screen.core
Interface ScreenProcedures

All Known Implementing Classes:
StandardScreenProcedures

public interface ScreenProcedures

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

execute

public boolean execute(java.lang.String sProcName,
                       ScreenContext screenContext,
                       ScreenRequest screenRequest,
                       ScreenResponse screenResponse)
                throws TelosysException
Method called by an "EXEC" action ( supposed to be used to call a "screen procedure" )

Parameters:
sProcName - the name of the procedure to call
screenContext - the ScreenContext to use
screenRequest - the ScreenRequest
screenResponse - the ScreenResponse
Returns:
Throws:
TelosysException