TimedEventAction

protected abstract inner class TimedEventAction<T>(theTimeBtwEvents: GetValueIfc) : ModelElement.EventAction<T> (source)

A convenience base class for creating event actions associated with the model element. The class has the ability to schedule its action according to a repeating time between events.

Constructors

Link copied to clipboard
constructor(theTimeBtwEvents: GetValueIfc)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun schedule(message: T? = null, priority: Int = KSLEvent.DEFAULT_PRIORITY, name: String? = null): KSLEvent<T>