()
| 110 | } |
| 111 | |
| 112 | protected final void stateChanged() { |
| 113 | PortListener portListener = this.portListener; |
| 114 | if (portListener != null) |
| 115 | portListener.portStateChanged(); |
| 116 | } |
| 117 | |
| 118 | protected final void submitError(String msg) { |
| 119 | PortListener portListener = this.portListener; |
no test coverage detected