Package org.mt4j.sceneManagement

Examples of org.mt4j.sceneManagement.ISceneChangeListener


  public void setMTApp(MTApplication mtApp){
    this.mtApp = mtApp;
//    this.currentCanvas = mtApp.getCurrentScene().getMainCanvas();

    //Add scene change listener to mt app
    this.mtApp.addSceneChangeListener(new ISceneChangeListener(){
      public void processSceneChangeEvent(SceneChangeEvent sc) {
        sceneChange(sc.getLastScene(), sc.getNewScene());
      }
    });
  }
View Full Code Here

TOP

Related Classes of org.mt4j.sceneManagement.ISceneChangeListener

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.