action

abstract fun action(event: KSLEvent<T>)(source)

This must be implemented by any objects that want to supply event logic. This is essentially the "event routine".

Parameters

event

The event that triggered this action.