FileDocCategorySizeDatePackage
TimeDependent.javaAPI DocphoneME MR2 API (J2ME)1737Wed May 02 18:00:36 BST 2007com.sun.perseus.model

TimeDependent

public interface TimeDependent
Interface implemented by entities which need to be notified of new TimeInterval creation in a TimedElementSupport
version
$Id: TimeDependent.java,v 1.2 2006/04/21 06:39:21 st125089 Exp $

Fields Summary
Constructors Summary
Methods Summary
public voidonNewInterval(TimedElementSupport syncBase)
Called by the associated sync base when it creates a new current TimeInterval. Whenever this happens, the associated interval should be updated with a new time so that it corresponds to this wallclock value.

param
syncBase the element which just generated a new interval.