Package com.redhat.et.libguestfs
Interface EventCallback
-
public interface EventCallback
Event callback interface.This is the interface for event callbacks. See the
set_event_callback method
for details.- See Also:
GuestFS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
event(long event, int eh, java.lang.String buffer, long[] array)
-