RepeatButton Constructor

public RepeatButton();
public RepeatButton(Action clickEvent, long delay, long interval);

Parameters

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.

Description

Constructor.

Did you find this page useful? Please give it a rating: