vooga.widget.clock
Interface TimeReader

All Known Implementing Classes:
AMandPMReeader, MilitaryTime, TwentyFourHourReader

public interface TimeReader

A TimeReader simply returns a String representing the current time. The current time should be retrieved by using the WorldClock class in the resources package.


Method Summary
 java.lang.String getTime()
          Return the current time as a String to be displayed on a clock
 

Method Detail

getTime

java.lang.String getTime()
Return the current time as a String to be displayed on a clock

Returns:
String representing current time