Package org.libsdl.app
Class SDLActivity.SDLCommandHandler
- java.lang.Object
-
- android.os.Handler
-
- org.libsdl.app.SDLActivity.SDLCommandHandler
-
- Enclosing class:
- SDLActivity
protected static class SDLActivity.SDLCommandHandler extends android.os.HandlerA Handler class for Messages from native SDL applications. It uses current Activities as target (e.g. for the title). static to prevent implicit references to enclosing object.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSDLCommandHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(android.os.Message msg)-
Methods inherited from class android.os.Handler
createAsync, createAsync, dispatchMessage, dump, getLooper, getMessageName, hasCallbacks, hasMessages, hasMessages, obtainMessage, obtainMessage, obtainMessage, obtainMessage, obtainMessage, post, postAtFrontOfQueue, postAtTime, postAtTime, postDelayed, postDelayed, removeCallbacks, removeCallbacks, removeCallbacksAndMessages, removeMessages, removeMessages, sendEmptyMessage, sendEmptyMessageAtTime, sendEmptyMessageDelayed, sendMessage, sendMessageAtFrontOfQueue, sendMessageAtTime, sendMessageDelayed, toString
-
-