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

Class android.text.LoginFilter

Removed Constructors
android.text()  
 

Added Methods
void onInvalidCharacter(char) Called whenever we encounter an invalid character.
void onStart() Called when we start processing filter.
void onStop() Called when we're done processing filter
 

Changed Methods
CharSequence filter(CharSequence, int, int, Spanned, int, int) Change in signature from (CharSequence, int, int, Editable, int, int) to (CharSequence, int, int, Spanned, int, int).
This method is called when the buffer is going to replace the range dstart … dend of dest with the new text from the range start … end of source.
 

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