From 62fe28f0b0b0c9ebde18a6dc33907889ff3aa21b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 05:04:07 +0000 Subject: initial javadoc. --- sources/core/time/VSTime.java | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sources/core/time/VSTime.java') diff --git a/sources/core/time/VSTime.java b/sources/core/time/VSTime.java index efeda52..ce20ecc 100644 --- a/sources/core/time/VSTime.java +++ b/sources/core/time/VSTime.java @@ -1,6 +1,16 @@ package core.time; +/** This interface is a guidline for general time format classes. + */ public interface VSTime { + /** Getter method. + * + * @return The global time. + */ public long getGlobalTime(); + /** String representation. + * + * @return The representation of the implementing object as a string. + */ public String toString(); } -- cgit v1.2.3