Hi all,

Is the call order for multiple registered callbacks defined in some
way, or is it just random?  I assumed that callbacks will be called in
the order that they are registered, but this seems to not be the
case.  For example, I have two callbacks registered to be notified of
changes in the OnSharedPreferenceChangeListener.  But the order in
which the callbacks are called is not always in the order I registered
them.  Is this a general pattern with callbacks or just a bug in the
implementation of the Preferences?  I couldn't find anything in the
documentation.

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to