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

Method dispose

CodenameOne/src/com/codename1/ui/Form.java:2847–2849  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2845
2846 /// Works only for modal forms by returning to the previous form
2847 void dispose() {
2848 disposeImpl();
2849 }
2850
2851 boolean isDisposed() {
2852 return false;

Callers

nothing calls this directly

Calls 1

disposeImplMethod · 0.95

Tested by

no test coverage detected