Package org.activiti.engine.runtime
Interface Clock
-
- All Superinterfaces:
ClockReader
- All Known Implementing Classes:
DefaultClockImpl
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 void
reset()
void
setCurrentCalendar(java.util.Calendar currentTime)
void
setCurrentTime(java.util.Date currentTime)
-
Methods inherited from interface org.activiti.engine.runtime.ClockReader
getCurrentCalendar, getCurrentCalendar, getCurrentTime, getCurrentTimeZone
-
-