public abstract class

LegacyBaseGameActivity

extends BaseGameActivity
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ org.andengine.ui.activity.BaseActivity
             ↳ org.andengine.ui.activity.BaseGameActivity
               ↳ org.andengine.ui.activity.LegacyBaseGameActivity

Class Overview

This class exists to provide exact backward naming compatibility to older versions of BaseGameActivity. Please consider actually switching to the new BaseGameActivity. (c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

[Expand]
Inherited Constants
From class android.app.Activity
From class android.content.Context
[Expand]
Inherited Fields
From class org.andengine.ui.activity.BaseGameActivity
From class android.app.Activity
Public Constructors
LegacyBaseGameActivity()
Public Methods
final Engine onCreateEngine(EngineOptions pEngineOptions)
final EngineOptions onCreateEngineOptions()
final void onCreateResources(IGameInterface.OnCreateResourcesCallback pOnCreateResourcesCallback)
final void onCreateScene(IGameInterface.OnCreateSceneCallback pOnCreateSceneCallback)
final void onDestroyResources()
synchronized void onGameCreated()
final void onPopulateScene(Scene pScene, IGameInterface.OnPopulateSceneCallback pOnPopulateSceneCallback)
Protected Methods
abstract Scene onLoadComplete()
abstract Engine onLoadEngine()
abstract void onLoadResources()
abstract Scene onLoadScene()
abstract void onUnloadResources()
[Expand]
Inherited Methods
From class org.andengine.ui.activity.BaseGameActivity
From class org.andengine.ui.activity.BaseActivity
From class android.app.Activity
From class android.view.ContextThemeWrapper
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.view.KeyEvent.Callback
From interface android.view.LayoutInflater.Factory
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.Window.Callback
From interface org.andengine.opengl.view.IRendererListener
From interface org.andengine.ui.IGameInterface

Public Constructors

public LegacyBaseGameActivity ()

Public Methods

public final Engine onCreateEngine (EngineOptions pEngineOptions)

public final EngineOptions onCreateEngineOptions ()

public final void onCreateResources (IGameInterface.OnCreateResourcesCallback pOnCreateResourcesCallback)

Throws
Exception

public final void onCreateScene (IGameInterface.OnCreateSceneCallback pOnCreateSceneCallback)

Throws
Exception

public final void onDestroyResources ()

Throws
Exception

public synchronized void onGameCreated ()

public final void onPopulateScene (Scene pScene, IGameInterface.OnPopulateSceneCallback pOnPopulateSceneCallback)

Throws
Exception

Protected Methods

protected abstract Scene onLoadComplete ()

protected abstract Engine onLoadEngine ()

protected abstract void onLoadResources ()

protected abstract Scene onLoadScene ()

protected abstract void onUnloadResources ()