Uses of Interface
net.jinx.time.TimeSource

Uses of TimeSource in net.jinx.time
 

Subinterfaces of TimeSource in net.jinx.time
 interface MillisTimeSource
          Implementing this inerface indicates that the Timesource is capable of providing time values on a millisecond scale.
 interface NanoTimeSource
          Implementing this inerface indicates that the Timesource is capable of providing time values on a nanosecond scale.
 

Classes in net.jinx.time that implement TimeSource
 class SteppingTimeSource
          SteppingTimeSource is a TimeSource that is not real-time.
 

Methods in net.jinx.time that return TimeSource
 TimeSource StopWatch.getSource()
          Provides the TimeSource for this StopWatch.
 

Constructors in net.jinx.time with parameters of type TimeSource
StopWatch(TimeSource source)
          Constructor for using a custom time source.