(boolean run)
| 166 | } |
| 167 | |
| 168 | public final synchronized void setRun(boolean run) { |
| 169 | // if (this.run != run) { |
| 170 | // System.out.println(getDeviceName() + " " + (run ? "RUN" : "STOP")); |
| 171 | // Thread.dumpStack(); |
| 172 | // } |
| 173 | this.run = run; |
| 174 | updateTickHandler(); |
| 175 | } |
| 176 | |
| 177 | public synchronized void setPaused(boolean paused) { |
| 178 | // if (this.paused != paused) { |
no test coverage detected