MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / fireDisconnected

Method fireDisconnected

CodenameOne/src/com/codename1/car/Car.java:184–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 }
183
184 private static void fireDisconnected() {
185 CarConnectionListener[] copy = listeners.toArray(new CarConnectionListener[listeners.size()]);
186 for (CarConnectionListener l : copy) {
187 l.carDisconnected();
188 }
189 }
190}

Callers 1

runMethod · 0.95

Calls 3

carDisconnectedMethod · 0.80
toArrayMethod · 0.65
sizeMethod · 0.65

Tested by

no test coverage detected