StageAction

constructor(beforeDelay: Long, action: (AbstractStage) -> Unit)

Parameters

beforeDelay

the delay before the action is invoked.

action

the action to be invoked.