org.objectweb.telosys.screen.core
Interface IScreenProvider

All Known Implementing Classes:
StandardScreenRegistry

public interface IScreenProvider

The ScreenProvider interface
Implemented by "StandardScreenRegistry"


Method Summary
 ScreenContext getScreen(ScreenSession screenSession, java.lang.String sScreenName, int iScreenId)
          Creates a new ScreenContext instance for the given ScreenContext Name and ScreenContext ID
 void init()
          Initializes the screen provider using the current Telosys properties
 

Method Detail

getScreen

public ScreenContext getScreen(ScreenSession screenSession,
                               java.lang.String sScreenName,
                               int iScreenId)
                        throws TelosysException
Creates a new ScreenContext instance for the given ScreenContext Name and ScreenContext ID

Parameters:
screenSession -
sScreenName -
iScreenId -
Returns:
Throws:
TelosysException

init

public void init()
Initializes the screen provider using the current Telosys properties

Since:
1.0.5