www.pudn.com > j2me_Mario.rar > LPIGameStart.java
/** *Title: lipeng
*Description: * You cannot remove this copyright and notice. * You cannot use this file without the express permission of the author. * All Rights Reserved
*Copyright: lizhenpeng (c) 2004
*Company: LP&P
* @author lizhenpeng * @version 1.0.0 ** Revise History *
*/ package lipeng; public interface LPIGameStart { public void start(); }