public interface TickNoticer
Clock
. A Clock
is created by calling the
Timer.every()
method and passing it an object which
implements this TickNoticer interface. The noticeTick(int)
method of the TickNoticer object will be invoked periodically at
the indicated frequency.Timer.every()
,
Clock
Modifier and Type | Method and Description |
---|---|
void |
noticeTick(int ticks)
Called by clocks on their targets after each tick.
|
Copyright © 2017. All rights reserved.