Package org.libvirt
Class ErrorCallback
- java.lang.Object
-
- org.libvirt.ErrorCallback
-
- All Implemented Interfaces:
com.sun.jna.Callback
,Libvirt.VirErrorCallback
public class ErrorCallback extends java.lang.Object implements Libvirt.VirErrorCallback
Callback class to allow users of the API to handle the Error messages in a more robust fashion.- Author:
- bkearney
-
-
Constructor Summary
Constructors Constructor Description ErrorCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
errorCallback(com.sun.jna.Pointer userData, virError error)
-
-
-
Method Detail
-
errorCallback
public void errorCallback(com.sun.jna.Pointer userData, virError error)
- Specified by:
errorCallback
in interfaceLibvirt.VirErrorCallback
-
-