public void Wait(long m) { JavaRuntime.Wait(m_sync, m); }
public void Wait() { JavaRuntime.Wait(m_sync); }