usb.test
Class ControllerUSBListener

java.lang.Object
  |
  +--usb.core.USBListenerAdapter
        |
        +--usb.test.ControllerUSBListener
All Implemented Interfaces:
java.util.EventListener, USBListener

public class ControllerUSBListener
extends USBListenerAdapter


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

ControllerUSBListener

public ControllerUSBListener()
                      throws java.io.IOException
Creates a new instance of MyUSBListener

Method Detail

busAdded

public void busAdded(Bus bus)
              throws java.io.IOException
Description copied from interface: USBListener
New bus added.

Specified by:
busAdded in interface USBListener
Overrides:
busAdded in class USBListenerAdapter
java.io.IOException

busRemoved

public void busRemoved(Bus bus)
                throws java.io.IOException
Description copied from interface: USBListener
Bus removed.

Specified by:
busRemoved in interface USBListener
Overrides:
busRemoved in class USBListenerAdapter
java.io.IOException

deviceAdded

public void deviceAdded(Device dev)
                 throws java.io.IOException
Description copied from interface: USBListener
New device added.

Specified by:
deviceAdded in interface USBListener
Overrides:
deviceAdded in class USBListenerAdapter
java.io.IOException

deviceRemoved

public void deviceRemoved(Device dev)
                   throws java.io.IOException
Description copied from interface: USBListener
Device removed.

Specified by:
deviceRemoved in interface USBListener
Overrides:
deviceRemoved in class USBListenerAdapter
java.io.IOException