Bladeren bron

* Deprecated AndroidApplication in favor of AndroidHarness

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7510 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
Sha..om 14 jaren geleden
bovenliggende
commit
f2bba9e7a7
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. 3 1
      engine/src/android/com/jme3/app/android/AndroidApplication.java

+ 3 - 1
engine/src/android/com/jme3/app/android/AndroidApplication.java

@@ -48,6 +48,7 @@ import com.jme3.scene.Spatial.CullHint;
 import com.jme3.system.AppSettings;
 import com.jme3.system.AppSettings;
 import com.jme3.system.JmeSystem;
 import com.jme3.system.JmeSystem;
 import com.jme3.util.FastInteger;
 import com.jme3.util.FastInteger;
+import com.jme3.app.AndroidHarness;
 
 
 
 
 /**
 /**
@@ -56,8 +57,9 @@ import com.jme3.util.FastInteger;
  * and an accessible root node that is updated and rendered regularly.
  * and an accessible root node that is updated and rendered regularly.
  * It will display the current frames-per-second value on-screen.
  * It will display the current frames-per-second value on-screen.
  * 
  * 
- *
+ * @deprecated Please use {@link AndroidHarness} instead.
  */
  */
+ @Deprecated
 public abstract class AndroidApplication extends Application implements DialogInterface.OnClickListener 
 public abstract class AndroidApplication extends Application implements DialogInterface.OnClickListener 
 {
 {