public static interface ThirdEventThread.ThirdEventWidget
ThirdEventThread
requires an implementation of ThirdEventThread.ThirdEventWidget
to send to event after a
sleep period.Modifier and Type | Method and Description |
---|---|
int |
getSleepPeriod()
Gets the sleep period the thread has to wait before asking to send third event.
|
void |
sendThirdEvent()
Asks to send the third event.
|