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.
  • 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
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    callback(ConnectionPointer vcp, int reason, com.sun.jna.Pointer opaque)
     
  • Method Details

    • callback

      void callback(ConnectionPointer vcp, int reason, com.sun.jna.Pointer opaque)