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

Method stateChanged

android/src/AbstractAndroidPort.java:112–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 2

setMethod · 0.95
closeMethod · 0.95

Calls 1

portStateChangedMethod · 0.95

Tested by

no test coverage detected