|
Beatmup Java package
|
Base class for objects natively managed by Beatmup. More...
Protected Member Functions | |
| synchronized void | dispose () |
| Destroys the native object. More... | |
Protected Attributes | |
| long | handle |
| pointer to the native object More... | |
Base class for objects natively managed by Beatmup.
Definition at line 24 of file Object.java.
|
inlineprotected |
Destroys the native object.
After the native object is destroyed, its Java counterpart likely becomes unusable.
Reimplemented in Beatmup.Context, Beatmup.Android.Context, and Beatmup.Android.Bitmap.
Definition at line 37 of file Object.java.
|
protected |
pointer to the native object
Definition at line 25 of file Object.java.