
Untitled
By: a guest on
Aug 10th, 2012 | syntax:
None | size: 0.45 KB | hits: 10 | expires: Never
android multimedia player wait function?
if(plsong.get(j).equals(2130968585))
{
System.out.println("inner if");
try {
//Thread.sleep(1000);
synchronized(mp)
{
mp.wait(1000);
}
mp.notify();
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}catch(IllegalMonitorStateException e){
System.out.println(e);
}catch(Exception e){
System.out.println("interval excep" + e);
}
}