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
voidevent(long event, int eh, String buffer, long[] array)

Method Detail

event

public void event(long event, int eh, String buffer, long[] array)