Package org.libvirt.jna
Interface Libvirt.VirConnectCloseFunc
-
- All Superinterfaces:
com.sun.jna.Callback
- Enclosing interface:
- Libvirt
public static interface Libvirt.VirConnectCloseFunc extends com.sun.jna.Callback
Callback interface for connection closed events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
callback(ConnectionPointer vcp, int reason, com.sun.jna.Pointer opaque)
-
-
-
Method Detail
-
callback
void callback(ConnectionPointer vcp, int reason, com.sun.jna.Pointer opaque)
-
-