Package org.libvirt
Class ErrorCallback
java.lang.Object
org.libvirt.ErrorCallback
- All Implemented Interfaces:
com.sun.jna.Callback
,Libvirt.VirErrorCallback
Callback class to allow users of the API to handle the Error messages in a
more robust fashion.
- Author:
- bkearney
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Callback
com.sun.jna.Callback.UncaughtExceptionHandler
-
Field Summary
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
errorCallback
(com.sun.jna.Pointer userData, virError error)
-
Constructor Details
-
ErrorCallback
public ErrorCallback()
-
-
Method Details
-
errorCallback
- Specified by:
errorCallback
in interfaceLibvirt.VirErrorCallback
-