API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.os.Handler

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.
 

Changed Methods
String toString() Method was inherited from java.lang.Object, but is now defined locally.  
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff