TimeDependentpublic interface TimeDependent Interface implemented by entities which need to be notified of
new TimeInterval creation in a TimedElementSupport |
Methods Summary |
---|
public void | onNewInterval(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.
|
|