Added Methods
|
void dump(Printer, String)
|
|
boolean hasMessages(int )
|
Check if there are any pending posts of messages with code 'what' in
the message queue. |
boolean hasMessages(int, Object)
|
Check if there are any pending posts of messages with code 'what' and
whose obj is 'object' in the message queue. |
boolean sendEmptyMessageAtTime(int, long)
|
Sends a Message containing only the what value, to be delivered
at a specific time. |
boolean sendEmptyMessageDelayed(int, long)
|
Sends a Message containing only the what value, to be delivered
after the specified amount of time elapses. |