how to put a thread in Wait in Android
Posted
by Brijesh Masrani
on Stack Overflow
See other posts from Stack Overflow
or by Brijesh Masrani
Published on 2010-06-18T04:22:40Z
Indexed on
2010/06/18
4:33 UTC
Read the original article
Hit count: 259
android
I have a thread running in my program When Mouse-down Event generates I want to put that thread in wait() and in Mouse-up I want to Notify that thread
But when I tried to do this It is giving me error like "Object not locked by Thread" so can anyone help me how to solve this..
© Stack Overflow or respective owner