Event.notify

Wakes up a single thread specified

class Event
final
void
notify
(
Thread thread
)

Parameters

thread Thread

the Thread to wake up

Throws

FatalException if the underlying mechanism failed to notify

Meta