Possibility to add/remove devices to the pool without initializing/closing them.

This commit is contained in:
2018-09-06 15:31:58 +02:00
parent 9053e14c41
commit 18f8b38cc3
3 changed files with 28 additions and 29 deletions

View File

@@ -168,7 +168,7 @@ public class MainPanel extends Panel {
@Override
public void onStateChange(State state, State former) {
Controller.getInstance().onStateChange(state, former);
}