パッケージ net.trpfrog.medipro_game

インタフェース Suspendable

既知のサブインタフェースのリスト:
GameMVC
既知の実装クラスのリスト:
BlackMoonsWorkScene, Car, CometManager, DialogBackgroundController, DialogBackgroundModel, DialogBackgroundScene, DialogBackgroundView, Earth, GalaxyExpressController, GalaxyExpressModel, GalaxyExpressScene, GalaxyExpressView, GameController, GameModel, GameScene, GameTimer, GameView, MainMenuController, MainMenuModel, MainMenuScene, MainMenuView, MedalCollectionScene, MedalWindow, MeteoriteManager, MiniGameScene, MiniGameStartDialogPanel, MoonsWorkController, MoonsWorkModel, MoonsWorkScene, MoonsWorkView, MouseTwinkleManager, PauseScene, RaceGameController, RaceGameModel, RaceGameScene, RaceGameView, Rocket, RocketManager, SettingScene, ShootingStarController, ShootingStarModel, ShootingStarScene, ShootingStarView, SpaceController, SpaceModel, SpaceScene, SpaceView, Train, TransitionModel, TransitionScene, TransitionView

public interface Suspendable
動作の停止、再開を定義するインタフェース。 Timerの再開、停止などに使うことができます。
作成者:
つまみ
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    void resume()
    動作の再開を定義します。
    void suspend()
    動作の停止を定義します。
  • メソッドの詳細

    • suspend

      void suspend()
      動作の停止を定義します。
    • resume

      void resume()
      動作の再開を定義します。