Package com.swiftmq.swiftlet.timer.event
Interface SystemTimeChangeListener
-
- All Superinterfaces:
java.util.EventListener
public interface SystemTimeChangeListener extends java.util.EventListenerA listener, called when the a system time change has been detected- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2009, All Rights Reserved
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsystemTimeChangeDetected(long approxDelta)Called when a system time change has been detected
-