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

Method stop

CodenameOne/src/com/codename1/system/Lifecycle.java:138–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136
137 /// Callback when the app is suspended
138 public void stop() {
139 current = CN.getCurrentForm();
140 if (current instanceof Dialog) {
141 ((Dialog) current).dispose();
142 current = CN.getCurrentForm();
143 }
144 }
145
146 /// Callback when the app is destroyed
147 public void destroy() {

Callers

nothing calls this directly

Calls 2

getCurrentFormMethod · 0.95
disposeMethod · 0.65

Tested by

no test coverage detected