()
| 71 | } |
| 72 | |
| 73 | final public Motherboard getMotherboard() { |
| 74 | return motherboard; |
| 75 | } |
| 76 | |
| 77 | ChangeListener<Boolean> runningPropertyListener = (prop, oldVal, newVal) -> runningProperty.set(newVal); |
| 78 | final public void setMotherboard(Motherboard m) { |
no outgoing calls
no test coverage detected