MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / notify

Method notify

vm/JavaAPI/src/java/lang/Object.java:64–64  ·  view source on GitHub ↗

Wakes up a single thread that is waiting on this object's monitor. If any threads are waiting on this object, one of them is chosen to be awakened. The choice is arbitrary and occurs at the discretion of the implementation. A thread waits on an object's monitor by calling one of the wait methods. Th

()

Source from the content-addressed store, hash-verified

62 * Only one thread at a time can own an object's monitor.
63 */
64 public native final void notify();
65
66 /**
67 * Wakes up all threads that are waiting on this object's monitor. A thread waits on an object's monitor by calling one of the wait methods.

Callers 15

createHtmlScreenshotMethod · 0.95
snapshotSyncMethod · 0.95
runMethod · 0.45
startImplMethod · 0.45
stopGCMethod · 0.45
gcMethod · 0.45
executeMethod · 0.45
unlockMethod · 0.45
awaitMethod · 0.45
awaitUninterruptiblyMethod · 0.45
awaitNanosMethod · 0.45
signalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected