Interface ProvidesTime
-
- All Known Implementing Classes:
BaseRelativeTime,RelativeTime,SystemTime
public interface ProvidesTimeAn interface for anything that returns the time in the same format as System.currentTimeMillis().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcurrentTime()
-