Event.notify

Wakes up a single thread specified

class Event
public final
void
notify
(
Thread thread
)

Parameters

thread Thread

the Thread to wake up

Meta