|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BspEvent
Synchronize on waiting for an event to have happened. This is a one-time event.
| Method Summary | |
|---|---|
void |
reset()
Reset the permanent signal. |
void |
signal()
The event occurred and the occurrence has been logged for future waiters. |
void |
waitForever()
Wait indefinitely until the event occurs. |
boolean |
waitMsecs(int msecs)
Wait until the event occurred or waiting timed out. |
| Method Detail |
|---|
void reset()
void signal()
boolean waitMsecs(int msecs)
msecs - Milliseconds to wait until the event occurred. 0 indicates
check immediately. -1 indicates wait forever.
void waitForever()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||