Home
last modified time | relevance | path

Searched refs:m_aToNotify (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DWaitForInput.java25 private Object m_aToNotify; field in WaitForInput
30 m_aToNotify = aToNotify; in WaitForInput()
48 synchronized (m_aToNotify) in run()
50 m_aToNotify.notify(); in run()
/aoo42x/main/forms/qa/integration/forms/
H A DWaitForInput.java27 private Object m_aToNotify; field in WaitForInput
32 m_aToNotify = aToNotify; in WaitForInput()
50 synchronized (m_aToNotify) in run()
52 m_aToNotify.notify(); in run()

Completed in 25 milliseconds