You could use an instance of android.os.ConditionVariable. Create an instance of that class, have the parent block() on it, and have the thread open() it when its task is completed.
http://code.google.com/android/reference/android/os/ConditionVariable.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

