| java.lang.Object com.javelin.swinglets.STimer
STimer | public class STimer (Code) | | SLink defines a timer, and an associated link.
author: Robin Sharp |
Constructor Summary | |
public | STimer() Creates a Timer, with a 1 second timeout. | public | STimer(int millis, SLink link) Creates a Timer. |
millis | protected int millis(Code) | | |
STimer | public STimer()(Code) | | Creates a Timer, with a 1 second timeout.
|
STimer | public STimer(int millis, SLink link)(Code) | | Creates a Timer.
|
getLink | public SLink getLink()(Code) | | Get the link for the timer.
|
getMillis | public int getMillis()(Code) | | Get the milliseconds
|
setMillis | public STimer setMillis(int millis)(Code) | | Set the milliseconds before firing.
|
|
|