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