mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 14:44:48 -04:00
UI refactoring
This commit is contained in:
parent
98155bc1f8
commit
ca061cd1f2
9 changed files with 263 additions and 238 deletions
|
@ -22,7 +22,7 @@ public class MediatorControl {
|
|||
|
||||
public synchronized void setTransferActive(boolean state) {
|
||||
isTransferActive.set(state);
|
||||
applicationController.notifyTransmissionStarted(state);
|
||||
applicationController.getFrontCtrlr().notifyTransmissionStarted(state);
|
||||
}
|
||||
public synchronized boolean getTransferActive() { return this.isTransferActive.get(); }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue