-
public class MessageQueueThreadHandler extends Handler
Handler that can catch and dispatch Exceptions to an Exception handler.
-
-
Constructor Summary
Constructors Constructor Description MessageQueueThreadHandler(Looper looper, QueueThreadExceptionHandler exceptionHandler)
-
Method Summary
Modifier and Type Method Description void
dispatchMessage(Message msg)
-
Methods inherited from class android.os.Handler
createAsync, dispatchMessage, dump, getLooper, getMessageName, handleMessage, hasCallbacks, hasMessages, obtainMessage, post, postAtFrontOfQueue, postAtTime, postDelayed, removeCallbacks, removeCallbacksAndMessages, removeMessages, sendEmptyMessage, sendEmptyMessageAtTime, sendEmptyMessageDelayed, sendMessage, sendMessageAtFrontOfQueue, sendMessageAtTime, sendMessageDelayed, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MessageQueueThreadHandler
MessageQueueThreadHandler(Looper looper, QueueThreadExceptionHandler exceptionHandler)
-
-
Method Detail
-
dispatchMessage
void dispatchMessage(Message msg)
-
-
-
-