Experimental: this API is experimental and might be changed or removed in the future.

RepeatButtonConstructor

切换到手册
public RepeatButton ();
public RepeatButton (Action clickEvent, long delay, long interval);

参数

clickEventThe action to execute when the button is pressed.
delayThe initial delay before the action is executed for the first time.
intervalThe interval between each execution of the action.

描述

构造函数。