|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.jusb.event.EventListenerImp com.ibm.jusb.event.UsbDeviceListenerImp
public class UsbDeviceListenerImp
Implementation of UsbDeviceListener.
Constructor Summary | |
---|---|
UsbDeviceListenerImp()
|
Method Summary | |
---|---|
void |
dataEventOccurred(UsbDeviceDataEvent event)
Data was successfully transferred. |
void |
errorEventOccurred(UsbDeviceErrorEvent event)
An error occurred. |
void |
usbDeviceDetached(UsbDeviceEvent event)
The UsbDevice was detached. |
Methods inherited from class com.ibm.jusb.event.EventListenerImp |
---|
addEventListener, clear, getName, isEmpty, removeEventListener, setName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UsbDeviceListenerImp()
Method Detail |
---|
public void errorEventOccurred(UsbDeviceErrorEvent event)
UsbDeviceListener
errorEventOccurred
in interface UsbDeviceListener
event
- The Event to fire.public void dataEventOccurred(UsbDeviceDataEvent event)
UsbDeviceListener
dataEventOccurred
in interface UsbDeviceListener
event
- The Event to fire.public void usbDeviceDetached(UsbDeviceEvent event)
UsbDeviceListener
usbDeviceDetached
in interface UsbDeviceListener
event
- The Event to fire.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |