Explorar o código

* Deprecated AndroidApplication in favor of AndroidHarness

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7510 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
Sha..om %!s(int64=14) %!d(string=hai) anos
pai
achega
f2bba9e7a7

+ 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.JmeSystem;
 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.
  * 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 
 {