java.lang.Object
io.qt.internal.NativeUtility.Object
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QtObject
- Enclosing class:
NativeUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Explicitly removes the native resources held by the object.boolean
boolean
Is java object connected to native object?
-
Constructor Details
-
Object
protected Object() -
Object
-
-
Method Details
-
dispose
public void dispose()Description copied from interface:QtObjectInterface
Explicitly removes the native resources held by the object. Note that though this method does not guarantee that the object will be garbage collected, it is not safe to reference the object after it has been disposed.- Specified by:
dispose
in interfaceQtObjectInterface
-
isDisposed
Description copied from interface:QtObjectInterface
Is java object connected to native object?- Specified by:
isDisposed
in interfaceQtObjectInterface
- Returns:
- true if disposed
-
equals
-