Interface Clock
-
- All Superinterfaces:
ClockReader
- All Known Implementing Classes:
DefaultClockImpl,TestClockImpl
public interface Clock extends ClockReader
This interface provides full access to the clock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreset()voidsetCurrentCalendar(Calendar currentTime)voidsetCurrentTime(Date currentTime)-
Methods inherited from interface org.flowable.common.engine.impl.runtime.ClockReader
getCurrentCalendar, getCurrentCalendar, getCurrentTime, getCurrentTimeZone
-
-