de.jaret.util.date.timemachine
Interface ITimeMachineListener


public interface ITimeMachineListener

Listener that monitors a time machine.

Version:
$Id: ITimeMachineListener.java 702 2007-12-30 11:54:55Z kliem $
Author:
kliem

Method Summary
 void timeChanged(TimeMachine timeMachine, long lastTime, long currentTime)
          Method get called whenever the time in the time machine changed.
 

Method Detail

timeChanged

void timeChanged(TimeMachine timeMachine,
                 long lastTime,
                 long currentTime)
Method get called whenever the time in the time machine changed.

Parameters:
timeMachine - the time machine
lastTime - the last time of the time machine
currentTime - the new time of the time machine


Copyright © 2013. All Rights Reserved.