Package buildengine.time
Class RepeatingEvent
java.lang.Object
buildengine.time.Event
buildengine.time.RepeatingEvent
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class buildengine.time.Event
isDestroyed, setDestroyed
-
Constructor Details
-
RepeatingEvent
Create a new scheduled event- Parameters:
interval
- in millisecondsaction
- to execute after the timer ran out
-
-
Method Details
-
restart
public void restart() -
restart
public void restart(long interval) -
update
public void update() -
resetProgress
public void resetProgress() -
getProgress
public long getProgress() -
isPaused
public boolean isPaused() -
setPaused
public void setPaused(boolean paused) -
getInterval
public long getInterval()
-