| Package | Description |
|---|---|
| com.ibm.jusb | |
| com.ibm.jusb.event | |
| javax.usb |
Core interfaces and classes modeling USB devices, descriptors, communication pipes and requests/operations.
|
| javax.usb.util |
Various utility classes and interfaces that are used by other classes and interfaces in the javax.usb specification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsbDeviceImp.addUsbDeviceListener(UsbDeviceListener listener) |
void |
UsbDeviceImp.removeUsbDeviceListener(UsbDeviceListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
UsbDeviceListenerImp
Implementation of UsbDeviceListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsbDevice.addUsbDeviceListener(UsbDeviceListener listener)
Add a UsbDeviceListener to this UsbDevice.
|
void |
UsbDevice.removeUsbDeviceListener(UsbDeviceListener listener)
Remove a UsbDeviceListener from this UsbDevice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsbUtil.SynchronizedUsbDevice.addUsbDeviceListener(UsbDeviceListener listener) |
void |
UsbUtil.SynchronizedUsbDevice.removeUsbDeviceListener(UsbDeviceListener listener) |
Copyright © 2014 LSST. All Rights Reserved.