Package eu.simuline.testhelpers
Class Actions.BreakAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- eu.simuline.testhelpers.Actions.BreakAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- Actions
class Actions.BreakAction extends javax.swing.AbstractAction
The action of breaking the sequence of testcases currently running. Tries to stop the currently running testcase but guarantees only that the break is effected after the current testcase has finished.
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description BreakAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent event)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-