Uses of Package
javax.usb.event

Packages that use javax.usb.event
javax.usb Core interfaces and classes modeling USB devices, descriptors, communication pipes and requests/operations. 
javax.usb.event Classes and interfaces modeling an event model (similar to JavaBeans event model) for USB devices and pipes. 
javax.usb.util Various utility classes and interfaces that are used by other classes and interfaces in the javax.usb specification. 
 

Classes in javax.usb.event used by javax.usb
UsbDeviceListener
          Interface for receiving UsbDeviceEvents.
UsbPipeListener
          Interface for receiving UsbPipeEvents.
UsbServicesListener
          Interface for receiving UsbServicesEvents.
 

Classes in javax.usb.event used by javax.usb.event
UsbDeviceDataEvent
          Indicates data was successfully transferred over the Default Control Pipe.
UsbDeviceErrorEvent
          Indicates an error occurred on the Default Control Pipe.
UsbDeviceEvent
          Class for USB device events.
UsbPipeDataEvent
          Indicates data was successfully transferred over the UsbPipe.
UsbPipeErrorEvent
          Indicates an error occurred on the UsbPipe.
UsbPipeEvent
          Class for USB pipe events.
UsbServicesEvent
          Class for a USB services event.
 

Classes in javax.usb.event used by javax.usb.util
UsbDeviceListener
          Interface for receiving UsbDeviceEvents.
UsbPipeListener
          Interface for receiving UsbPipeEvents.
 



Copyright © 2009 Eurotech Inc. All rights reserved.