Package com.google.appengine.setup.timer
Interface Timer
- All Known Implementing Classes:
AbstractIntervalTimer
,TimerImpl
public interface Timer
-
Method Summary
-
Method Details
-
start
void start() -
stop
void stop() -
getNanoseconds
long getNanoseconds() -
update
void update()
-