FileDocCategorySizeDatePackage
GameAccess.javaAPI DocphoneME MR2 API (J2ME)1614Wed May 02 18:00:24 BST 2007com.sun.midp.lcdui

GameAccess

public interface GameAccess
The GameAccess interface to access package private API of javax.microedition.lcdui.game package needed for interaction with other lcdui implementations.

Fields Summary
Constructors Summary
Methods Summary
public GameCanvasLFImplgetGameCanvasLFImpl(javax.microedition.lcdui.game.GameCanvas gameCanvas)
Get implementation of the given GameCanvas

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