public Timer(TimerManager tm, float seconds, Callback callback) { manager_ = tm; time_ = seconds; callback_ = callback; }