public interface UsbDeviceListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
dataEventOccurred(UsbDeviceDataEvent event)
Data was successfully transferred.
|
void |
errorEventOccurred(UsbDeviceErrorEvent event)
An error occurred.
|
void |
usbDeviceDetached(UsbDeviceEvent event)
The UsbDevice was detached.
|
void usbDeviceDetached(UsbDeviceEvent event)
event - The UsbDeviceEvent.void errorEventOccurred(UsbDeviceErrorEvent event)
event - The UsbDeviceErrorEvent.void dataEventOccurred(UsbDeviceDataEvent event)
event - The UsbDeviceDataEvent.