public class InternalHandler
extends android.os.Handler
| Modifier and Type | Field and Description |
|---|---|
static int |
MESSAGE_POST_CANCEL |
static int |
MESSAGE_POST_PROGRESS |
static int |
MESSAGE_POST_RESULT |
| Constructor and Description |
|---|
InternalHandler()
Create default InternalHandler object
|
InternalHandler(android.os.Handler.Callback callback)
Create InternalHandler object with callback
|
InternalHandler(android.os.Looper looper)
Create InternalHandler object with Looper
|
InternalHandler(android.os.Looper looper,
android.os.Handler.Callback callback)
Create InternalHandler object with Looper and Callback
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleMessage(android.os.Message msg)
Handle MESSAGE_POST_PROGRESS, MESSAGE_POST_RESULT or MESSAGE_POST_CANCEL
|
dispatchMessage, dump, getLooper, getMessageName, hasMessages, hasMessages, obtainMessage, obtainMessage, obtainMessage, obtainMessage, obtainMessage, post, postAtFrontOfQueue, postAtTime, postAtTime, postDelayed, removeCallbacks, removeCallbacks, removeCallbacksAndMessages, removeMessages, removeMessages, sendEmptyMessage, sendEmptyMessageAtTime, sendEmptyMessageDelayed, sendMessage, sendMessageAtFrontOfQueue, sendMessageAtTime, sendMessageDelayed, toStringpublic static final int MESSAGE_POST_RESULT
public static final int MESSAGE_POST_PROGRESS
public static final int MESSAGE_POST_CANCEL
public InternalHandler()
public InternalHandler(android.os.Handler.Callback callback)
callback - Callbackpublic InternalHandler(android.os.Looper looper)
looper - Looperpublic InternalHandler(android.os.Looper looper,
android.os.Handler.Callback callback)
looper - Loopercallback - CallbackThis documentation is licensed by Andrew Bowley under the GPLv3 License.