Uses of Class
org.episteme.social.history.clock.ModernTime
Packages that use ModernTime
-
Uses of ModernTime in org.episteme.social.history.clock
Methods in org.episteme.social.history.clock that return ModernTimeModifier and TypeMethodDescriptionAlarmClock.getAlarmTime()Returns the target alarm time.CountdownClock.getStartingTime()Returns the initial countdown duration.AlarmClock.getTime()Returns the current time held by the clock.BasicClock.getTime()ChronometerClock.getTime()Returns the elapsed time duration as aModernTimeoffset.CountdownClock.getTime()Methods in org.episteme.social.history.clock with parameters of type ModernTimeModifier and TypeMethodDescriptionvoidAlarmClock.setAlarmTime(ModernTime alarmTime) Sets the target alarm time.voidCountdownClock.setStartingTime(ModernTime startingTime) Sets the initial countdown duration.voidAlarmClock.setTime(ModernTime time) Updates the internal clock time.voidBasicClock.setTime(ModernTime time) Updates the internal time state.Constructors in org.episteme.social.history.clock with parameters of type ModernTimeModifierConstructorDescriptionCountdownClock(TimeServer timeServer, ModernTime initialTime) Creates a new CountdownClock.