Package megamek.client
Class TimerSingleton
java.lang.Object
megamek.client.TimerSingleton
a singleton class (I hate singletons) to act as a central point for things requiring timer services in clients.
note: acts as a daemon thread so will exit when other threads have exited.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
inst
-
t
-
-
Constructor Details
-
TimerSingleton
public TimerSingleton()
-
-
Method Details
-
getInstance
-
schedule
-
killTimer
public void killTimer()
-