()
| 116 | } |
| 117 | |
| 118 | protected void stateChanged() { |
| 119 | PortListener portListener = this.portListener; |
| 120 | if (portListener != null) |
| 121 | portListener.portStateChanged(); |
| 122 | } |
| 123 | |
| 124 | protected void error(String msg) { |
| 125 | PortListener portListener = this.portListener; |
no test coverage detected