Revision 32126daa
Added by Leszek Koltunski 11 months ago
| src/main/java/org/distorted/solverui/ScreenSetupPosition.java | ||
|---|---|---|
| 378 | 378 |
public void fail(String result) {}
|
| 379 | 379 |
public void setPhaseNames(String[] names) { mPhaseNames = names; }
|
| 380 | 380 |
|
| 381 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
| 382 |
|
|
| 383 |
public void startedSolving() |
|
| 384 |
{
|
|
| 385 |
|
|
| 386 |
} |
|
| 387 |
|
|
| 388 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
| 389 |
|
|
| 390 |
public void stoppedSolving() |
|
| 391 |
{
|
|
| 392 |
|
|
| 393 |
} |
|
| 394 |
|
|
| 381 | 395 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 382 | 396 |
|
| 383 | 397 |
private void setupColorButtons(final SolverActivity act) |
Also available in: Unified diff
Add the 'interrupt()' API to all solvers
Add the 'start/stopSolving' notification to ResultScreen