diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-14 16:38:49 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-14 16:38:49 +0000 |
| commit | 4ca2ea8d22b7c703a866de88f0d026b68a8f2822 (patch) | |
| tree | 926ca7fcfa9d871f7dbac47e61561139ab31b980 /sources/simulator/VSSimulatorCanvas.java | |
| parent | c28e7cfd6a08f2cdf5e057e62687e3a029d558b1 (diff) | |
bugfix
Diffstat (limited to 'sources/simulator/VSSimulatorCanvas.java')
| -rw-r--r-- | sources/simulator/VSSimulatorCanvas.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sources/simulator/VSSimulatorCanvas.java b/sources/simulator/VSSimulatorCanvas.java index 7f5da08..e53ecbf 100644 --- a/sources/simulator/VSSimulatorCanvas.java +++ b/sources/simulator/VSSimulatorCanvas.java @@ -1674,6 +1674,15 @@ public class VSSimulatorCanvas extends Canvas } /** + * Checks if the simulation is resetted. + * + * @return true, if the simulation is resetted + */ + boolean isResetted() { + return isResetted; + } + + /** * Checks if the simulation has finished * * @return true, if the simulation has finished |
