MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / stateChanged

Method stateChanged

android/src/ProxyAndroidPort.java:118–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 2

setPortMethod · 0.95
closeMethod · 0.95

Calls 1

portStateChangedMethod · 0.95

Tested by

no test coverage detected