|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
javax.usb.event.UsbPipeEvent
javax.usb.event.UsbPipeErrorEvent
public class UsbPipeErrorEvent
Indicates an error occurred on the UsbPipe.
This will be fired for all errors on the UsbPipe.
| Constructor Summary | |
|---|---|
UsbPipeErrorEvent(UsbPipe source,
UsbException uE)
Constructor. |
|
UsbPipeErrorEvent(UsbPipe source,
UsbIrp uI)
Constructor. |
|
| Method Summary | |
|---|---|
UsbException |
getUsbException()
Get the associated UsbException. |
| Methods inherited from class javax.usb.event.UsbPipeEvent |
|---|
getUsbIrp, getUsbPipe, hasUsbIrp |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UsbPipeErrorEvent(UsbPipe source,
UsbException uE)
This should be used only if there is no UsbIrp associated with this event.
source - The UsbPipe.uE - The UsbException.
public UsbPipeErrorEvent(UsbPipe source,
UsbIrp uI)
source - The UsbPipe.uI - The UsbIrp.| Method Detail |
|---|
public UsbException getUsbException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||