public class TimerAction extends Object implements ActionListener
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Field and Description |
---|---|
boolean |
breakCountDown |
Constructor and Description |
---|
TimerAction(CommandHandler source,
long endTime,
ScriptingContext context) |
TimerAction(long endTime,
ScriptingContext context) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
public TimerAction(CommandHandler source, long endTime, ScriptingContext context)
public TimerAction(long endTime, ScriptingContext context)
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener