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

Method isDisposed

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

Source from the content-addressed store, hash-verified

2849 }
2850
2851 boolean isDisposed() {
2852 return false;
2853 }
2854
2855 /// Works only for modal forms by returning to the previous form
2856 void disposeImpl() {

Callers 3

getCurrentMethod · 0.95
disposeImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected