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