Class Index | File Index

Classes


Class finesse.containerservices.TimerTickEvent

JavaScript representation of a TimerTickEvent object. The TimerTickEvent object is delivered as the payload of a TimerTickEvent callback. This can be subscribed to by using finesse.containerservices.ContainerServices#addHandler with a topic of finesse.containerservices.ContainerServices.Topics#TIMER_TICK_EVENT.
Defined in: finesse.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
finesse.containerservices.TimerTickEvent(tickFrequency, dateQueued)
Method Summary
Method Attributes Method Name and Description
 
Getter for the TimerTickEvent "DateQueued" field.
Class Detail
finesse.containerservices.TimerTickEvent(tickFrequency, dateQueued)
Parameters:
tickFrequency
dateQueued
Method Detail
{Date} getDateQueued()
Getter for the TimerTickEvent "DateQueued" field.
Returns:
{Date} which is a Date object when the TimerTickEvent was queued

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Nov 06 2017 08:00:55 GMT-0500 (EST)