public abstract class

BaseEntityUpdateHandler

extends Object
implements IUpdateHandler
java.lang.Object
   ↳ org.andengine.engine.handler.BaseEntityUpdateHandler
Known Direct Subclasses

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

Public Constructors
BaseEntityUpdateHandler(IEntity pEntity)
Public Methods
IEntity getEntity()
final void onUpdate(float pSecondsElapsed)
void reset()
void setEntity(IEntity pEntity)
Protected Methods
abstract void onUpdate(float pSecondsElapsed, IEntity pEntity)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.andengine.engine.handler.IUpdateHandler

Public Constructors

public BaseEntityUpdateHandler (IEntity pEntity)

Public Methods

public IEntity getEntity ()

public final void onUpdate (float pSecondsElapsed)

public void reset ()

public void setEntity (IEntity pEntity)

Protected Methods

protected abstract void onUpdate (float pSecondsElapsed, IEntity pEntity)