FileDocCategorySizeDatePackage
GameAccessImpl.javaAPI DocphoneME MR2 API (J2ME)1676Wed May 02 18:00:22 BST 2007javax.microedition.lcdui.game

GameAccessImpl

public class GameAccessImpl extends Object implements com.sun.midp.lcdui.GameAccess
Implements GameAccess interface to provide tunnel access to javax.microedition.lcdui.game from the other packages.

Fields Summary
Constructors Summary
Methods Summary
public com.sun.midp.lcdui.GameCanvasLFImplgetGameCanvasLFImpl(GameCanvas gameCanvas)
Get implementation of the given GameCanvas

param
gameCanvas GameCanvas to get the internal implementation
return
GameCanvasLFImpl instance of the given GameCanvas

        return gameCanvas.getLFImpl();