public interface UsbStorageListener
Modifier and Type | Method and Description |
---|---|
void |
usbStorageDeviceAttached(java.lang.String deviceName,
java.lang.String usbPort,
java.lang.String deviceNode)
This method is called when the USB Mass Storage device has been attached
|
void |
usbStorageDeviceDetached(java.lang.String deviceName,
java.lang.String usbPort,
java.lang.String deviceNode)
This method is called when the USB Mass Storage device has been detached
|
void usbStorageDeviceAttached(java.lang.String deviceName, java.lang.String usbPort, java.lang.String deviceNode)
deviceName
- A String representing the USB VendorID and ProduceID separated by a single space;usbPort
- A String representing the USB port that the device is plugged into.deviceNode
- A String representing the USB device node assigned to the USB device.void usbStorageDeviceDetached(java.lang.String deviceName, java.lang.String usbPort, java.lang.String deviceNode)
deviceName
- A String representing the USB VendorID and ProduceID separated by a single space;usbPort
- A String representing the USB port that the device is plugged into.deviceNode
- A String representing the USB device node assigned to the USB device.Copyright © 2009 Eurotech Inc. All rights reserved.