Method notify()
Return type: void
Member of: java.lang.Object
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 notify();
2 notify();
3 notify();
4 notify();
5 notify();
6 notify();
7 notify();
8 this.notify();
9 notify();
10 notify();
11 this.notify();
12 this.notify();
13 synchronized (m_lock) { m_halt = true; m_lock.notify(); }
14 notify();
15 notify();
16 waitingThead.notify();
17 t.notify();
18 notify();
19 buffers.notify();
20 modal.notify();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.