27 private native
void disposeNative();
42 public boolean equals(java.lang.Object obj) {
43 return (obj instanceof Beatmup.Object) && (
handle == ((Beatmup.Object) obj).handle);
47 protected void finalize() throws Throwable {
Base class for objects natively managed by Beatmup.
long handle
pointer to the native object
synchronized void dispose()
Destroys the native object.