org.prevayler
Interface Clock

All Known Implementing Classes:
BrokenClock, MachineClock, PausableClock

public interface Clock

Tells the time.

See Also:
Prevayler

Method Summary
 Date time()
          Tells the time.
 

Method Detail

time

Date time()
Tells the time.

Returns:
A Date greater or equal to the one returned by the last call to this method. If the time is the same as the last call, the SAME Date object is returned rather than a new, equal one.


Copyright © 2001-2013. All Rights Reserved.