* Deprecated AndroidApplication in favor of AndroidHarness
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7510 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
46ca84e835
commit
f2bba9e7a7
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user