JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.oddjob.util
Interface Clock
All Known Implementing Classes:
DefaultClock
,
ManualClock
public interface
Clock
A clock is used by a schedule to tell the time. The clock could use the system time or the time in a different time zone, or a time server, or some other means of telling the time.
Author:
Rob Gordon
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.util.Date
getDate
()
Return the java date for the current time by the clock.
Method Detail
getDate
java.util.Date getDate()
Return the java date for the current time by the clock.
Returns:
The date.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method