[#1817] Create zero-argument constructor for StopSimulationListener
This commit is contained in:
parent
19ee2a83ac
commit
bd66055e4a
@ -22,7 +22,11 @@ public class StopSimulationListener extends AbstractSimulationListener {
|
|||||||
|
|
||||||
private long startTime = -1;
|
private long startTime = -1;
|
||||||
private long time = -1;
|
private long time = -1;
|
||||||
|
|
||||||
|
public StopSimulationListener() {
|
||||||
|
this(0, 0);
|
||||||
|
}
|
||||||
|
|
||||||
public StopSimulationListener(double t, int n) {
|
public StopSimulationListener(double t, int n) {
|
||||||
stopTime = t;
|
stopTime = t;
|
||||||
stopStep = n;
|
stopStep = n;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user