|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--usb.core.USBListenerAdapter
|
+--usb.test.ControllerUSBListener
| Constructor Summary | |
ControllerUSBListener()
Creates a new instance of MyUSBListener |
|
| Method Summary | |
void |
busAdded(Bus bus)
New bus added. |
void |
busRemoved(Bus bus)
Bus removed. |
void |
deviceAdded(Device dev)
New device added. |
void |
deviceRemoved(Device dev)
Device removed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ControllerUSBListener()
throws java.io.IOException
| Method Detail |
public void busAdded(Bus bus)
throws java.io.IOException
USBListener
busAdded in interface USBListenerbusAdded in class USBListenerAdapterjava.io.IOException
public void busRemoved(Bus bus)
throws java.io.IOException
USBListener
busRemoved in interface USBListenerbusRemoved in class USBListenerAdapterjava.io.IOException
public void deviceAdded(Device dev)
throws java.io.IOException
USBListener
deviceAdded in interface USBListenerdeviceAdded in class USBListenerAdapterjava.io.IOException
public void deviceRemoved(Device dev)
throws java.io.IOException
USBListener
deviceRemoved in interface USBListenerdeviceRemoved in class USBListenerAdapterjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||