|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
javax.usb.event.UsbServicesEvent
Class for a USB services event.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
UsbServicesEvent(UsbServices source,
UsbDevice device)
Constructor. |
|
| Method Summary | |
|---|---|
UsbDevice |
getUsbDevice()
Get the UsbDevice. |
UsbServices |
getUsbServices()
Get the UsbServices. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UsbServicesEvent(UsbServices source,
UsbDevice device)
source - The source UsbServices.device - The UsbDevice involved in the event.| Method Detail |
public UsbServices getUsbServices()
public UsbDevice getUsbDevice()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||