| com.sun.perseus.model.TimeDependent
All known Subclasses: com.sun.perseus.model.SyncBaseCondition,
TimeDependent | interface TimeDependent (Code) | | 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 $ |
onNewInterval | void onNewInterval(TimedElementSupport syncBase)(Code) | | 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.
Parameters: syncBase - the element which just generated a new interval. |
|
|