クラス MainMenuModel
java.lang.Object
net.trpfrog.medipro_game.scene.GameModel
net.trpfrog.medipro_game.mainmenu.MainMenuModel
- すべての実装されたインタフェース:
- GameMVC,- Suspendable
public class MainMenuModel extends GameModel
- 
コンストラクタの概要コンストラクタ コンストラクタ 説明 MainMenuModel()
- 
メソッドの概要クラスから継承されたメソッド net.trpfrog.medipro_game.scene.GameModeladdSymbol, getSymbolsListクラスから継承されたメソッド java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
コンストラクタの詳細- 
MainMenuModelpublic MainMenuModel()
 
- 
- 
メソッドの詳細- 
suspendpublic void suspend()インタフェースからコピーされた説明:Suspendable動作の停止を定義します。
- 
resumepublic void resume()インタフェースからコピーされた説明:Suspendable動作の再開を定義します。
 
-