|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by objects that want to monitor USB structure. The order in which these changes are reported is not necessarily going to be the order in which the changes were seen in the real world, and delays also occur.
For the moment it seems wise to ensure that your listener callbacks can safely handle duplicated notifications.
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. |
Method Detail |
public void busAdded(Bus bus) throws java.io.IOException
public void busRemoved(Bus bus) throws java.io.IOException
public void deviceAdded(Device dev) throws java.io.IOException
public void deviceRemoved(Device dev) throws java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |