public interface TimeoutNoticer
Timeout events. A Timeout is created by calling the Timer.after() method and passing it an object that implements
this TimeoutNoticer interface. The noticeTimeout() method
of the TimeoutNoticer object will be invoked after the indicated
interval.Timer.after(),
Timeout| Modifier and Type | Method and Description |
|---|---|
void |
noticeTimeout()
Notification of a timeout event.
|
Copyright © 2017. All rights reserved.