Package com.aquima.web.config.timer
Class TimerEvent
java.lang.Object
com.aquima.web.config.timer.TimerEvent
- All Implemented Interfaces:
com.aquima.interactions.foundation.timer.ITimerEvent
public class TimerEvent
extends Object
implements com.aquima.interactions.foundation.timer.ITimerEvent
The default timer event. It contains the current time for a time event.
- Since:
- 7.1
- Author:
- Jon van Leuven
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.aquima.interactions.foundation.types.DateTimeValue
getTime()
-
Constructor Details
-
TimerEvent
public TimerEvent()
-
-
Method Details
-
getTime
public com.aquima.interactions.foundation.types.DateTimeValue getTime()- Specified by:
getTime
in interfacecom.aquima.interactions.foundation.timer.ITimerEvent
-