Uses of Class
org.episteme.social.history.clock.CountdownClock
Packages that use CountdownClock
-
Uses of CountdownClock in org.episteme.social.history.clock
Methods in org.episteme.social.history.clock that return CountdownClockMethods in org.episteme.social.history.clock with parameters of type CountdownClockModifier and TypeMethodDescriptionvoidComplexClock.setCountdown(CountdownClock countdown) Sets the countdown component.Constructors in org.episteme.social.history.clock with parameters of type CountdownClockModifierConstructorDescriptionComplexClock(BasicClock clock, ChronometerClock chronometer, AlarmClock alarm, CountdownClock countdown) Creates a new ComplexClock with initial clock components.