JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.libvirt.event
Interface ConnectionCloseListener
public interface
ConnectionCloseListener
Interface for receiving events when a connection is closed.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onClose
(
Connect
conn,
ConnectionCloseReason
reason)
Method Details
onClose
void
onClose
(
Connect
conn,
ConnectionCloseReason
reason)