TICK Event Type

An event type that may be subscribed to for event listeners to receive“wake-up” notifications every N seconds. This event type is abstract,it will never be sent directly. Subscribing to this event type willcause a subscriber to receive event notifications for all subtypes ofTICK.

Note that the only TICK events available are the ones listed below.You cannot subscribe to an arbitrary TICK interval. If you need aninterval not provided below, you can subscribe to one of the shorterintervals given below and keep track of the time between runs in yourevent listener.

Name: TICK

Subtype Of: EVENT

Body Description: N/A