com.ibm.jusb.event
Class UsbDeviceListenerImp
java.lang.Object
com.ibm.jusb.event.EventListenerImp
com.ibm.jusb.event.UsbDeviceListenerImp
- All Implemented Interfaces:
- EventListener, UsbDeviceListener
public class UsbDeviceListenerImp
- extends EventListenerImp
- implements UsbDeviceListener
Implementation of UsbDeviceListener.
- Author:
- Dan Streetman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsbDeviceListenerImp
public UsbDeviceListenerImp()
errorEventOccurred
public void errorEventOccurred(UsbDeviceErrorEvent event)
- Description copied from interface:
UsbDeviceListener
- An error occurred.
- Specified by:
errorEventOccurred in interface UsbDeviceListener
- Parameters:
event - The Event to fire.
dataEventOccurred
public void dataEventOccurred(UsbDeviceDataEvent event)
- Description copied from interface:
UsbDeviceListener
- Data was successfully transferred.
- Specified by:
dataEventOccurred in interface UsbDeviceListener
- Parameters:
event - The Event to fire.
usbDeviceDetached
public void usbDeviceDetached(UsbDeviceEvent event)
- Description copied from interface:
UsbDeviceListener
- The UsbDevice was detached.
- Specified by:
usbDeviceDetached in interface UsbDeviceListener
- Parameters:
event - The Event to fire.
Copyright © 2013 LSST. All Rights Reserved.