Package net.cis.client.game.common.threading

Examples of net.cis.client.game.common.threading.IGameInitCallback


    gameApp.start();
  }

  private static IGameInitCallback getInitCallback(
      final GameApplication gameApp) {
    return new IGameInitCallback() {
      @Override
      public void simpleInitApp() {
        NiftyJmeDisplay niftyDisplay = new NiftyJmeDisplay(
            gameApp.getAssetManager(), gameApp.getInputManager(),
            gameApp.getAudioRenderer(), gameApp.getGuiViewPort());
View Full Code Here

TOP

Related Classes of net.cis.client.game.common.threading.IGameInitCallback

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.