public class PxErrorCallback extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxErrorCallback() |
protected |
PxErrorCallback(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
reportError(int code,
java.lang.String message,
java.lang.String file,
int line) |
static PxErrorCallback |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxErrorCallback()
protected PxErrorCallback(long address)
public static PxErrorCallback wrapPointer(long address)
public void destroy()
public void reportError(int code,
java.lang.String message,
java.lang.String file,
int line)
code - WebIDL type: PxErrorCodeEnum [enum]message - WebIDL type: DOMString [Const]file - WebIDL type: DOMString [Const]line - WebIDL type: long