Package net.sourceforge.nite.time

Provides the interfaces (and some example implementations) that allow components in a NITE display to synchronize with each other.

See:
          Description

Interface Summary
Clock Represents the clock that keeps the current time for the entire synchronized set of display windows.
PlayingTimeHandler NITE Playing Time Handler.
ScrollingTimeHandler NITE Time Handler.
TimeHandler Represents a display that keeps itself synchronized with the current system time, and can reset current system time via its timeHandler.
 

Class Summary
ClockFace A control-strip for playing through time in NXT containing play / pause / forward / rewind buttons, a speed slider and a progress slider.
DefaultClock An implementation of the Clock interface.
ExampleTimeHandler An example implementation of a time handler.
 

Package net.sourceforge.nite.time Description

Provides the interfaces (and some example implementations) that allow components in a NITE display to synchronize with each other.