|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsquint.PaceMaker
public class PaceMaker
A PaceMaker is a repeating timer designed to support applications that require performing certain tasks at regular intervals such as animations or previewing images from a Camera as video.
Constructor Summary | |
---|---|
PaceMaker(double delay,
PacerListener listener)
Construct a PaceMaker that will run at a requested rate |
Method Summary | |
---|---|
void |
stop()
Terminate the activity of a PaceMaker |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaceMaker(double delay, PacerListener listener)
delay
- how may seconds (or fractions thereof) should elapse between invocations of ticklistener
- the object whose tick method should be invokedMethod Detail |
---|
public void stop()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |