Re: [libvirt] [libvirt-java] [PATCH 43/65] events: handle registration for IOError events

2014-02-21 Thread Daniel P. Berrange
On Thu, Feb 13, 2014 at 04:22:51PM +0100, Claudio Bley wrote: > Add IOErrorActionListener and IOErrorAction enum which is handed to the > onIOError callback method when an IO error event occurs. > > Signed-off-by: Claudio Bley > --- > src/main/java/org/libvirt/Connect.java | 59 >

[libvirt] [libvirt-java] [PATCH 43/65] events: handle registration for IOError events

2014-02-13 Thread Claudio Bley
Add IOErrorActionListener and IOErrorAction enum which is handed to the onIOError callback method when an IO error event occurs. Signed-off-by: Claudio Bley --- src/main/java/org/libvirt/Connect.java | 59 src/main/java/org/libvirt/Domain.java |