|
||||||||||
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 USBListener
busAdded
in class USBListenerAdapter
java.io.IOException
public void busRemoved(Bus bus) throws java.io.IOException
USBListener
busRemoved
in interface USBListener
busRemoved
in class USBListenerAdapter
java.io.IOException
public void deviceAdded(Device dev) throws java.io.IOException
USBListener
deviceAdded
in interface USBListener
deviceAdded
in class USBListenerAdapter
java.io.IOException
public void deviceRemoved(Device dev) throws java.io.IOException
USBListener
deviceRemoved
in interface USBListener
deviceRemoved
in class USBListenerAdapter
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |