Package physx.common
Class JavaErrorCallback
- java.lang.Object
-
- physx.NativeObject
-
- physx.common.PxErrorCallback
-
- physx.common.JavaErrorCallback
-
public class JavaErrorCallback extends PxErrorCallback
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJavaErrorCallback()protectedJavaErrorCallback(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidreportError(int code, java.lang.String message, java.lang.String file, int line)static JavaErrorCallbackwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static JavaErrorCallback wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxErrorCallback
-
reportError
public void reportError(int code, java.lang.String message, java.lang.String file, int line)- Overrides:
reportErrorin classPxErrorCallback- Parameters:
code- WebIDL type:PxErrorCodeEnum[enum]message- WebIDL type: DOMString [Const]file- WebIDL type: DOMString [Const]line- WebIDL type: long
-
-