how to put a thread in Wait in Android
- by Brijesh Masrani
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..