public class

RunnableHandler

extends Object
implements IUpdateHandler
java.lang.Object
   ↳ org.andengine.engine.handler.runnable.RunnableHandler

Class Overview

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

Summary

Public Constructors
RunnableHandler()
Public Methods
synchronized void onUpdate(float pSecondsElapsed)
synchronized void postRunnable(Runnable pRunnable)
synchronized void reset()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.andengine.engine.handler.IUpdateHandler

Public Constructors

public RunnableHandler ()

Public Methods

public synchronized void onUpdate (float pSecondsElapsed)

public synchronized void postRunnable (Runnable pRunnable)

public synchronized void reset ()