org.objectweb.telosys.screen.core
Interface ScreenProcedures

All Known Implementing Classes:
StandardScreenProcedures

public interface ScreenProcedures


Method Summary
 boolean execute(java.lang.String sProcName, ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 

Method Detail

execute

public boolean execute(java.lang.String sProcName,
                       ScreenContext screen,
                       ScreenRequest request,
                       ScreenResponse response)
                throws TelosysException
Throws:
TelosysException