See: Description
Interface | Description |
---|---|
TickNoticer |
Interface implemented by classes that want to be informed about repeated
ticks from a
Clock . |
TimeoutNoticer |
Interface implemented by objects that wish to be informed about
Timeout events. |
Class | Description |
---|---|
Clock |
Object which calls the
TickNoticer.noticeTick(int) method on a target
object every n milliseconds. |
Timeout |
Object representing a scheduled timeout event.
|
Timer |
The master control object for scheduling timed events using timeouts and
clocks.
|
Classes in this package are derived from the open source E-on-Java runtime, subject to the MIT X License. Put proper attribution here before release. See http://erights.org
Copyright © 2017. All rights reserved.