BowlerKernel
IUsbDeviceEventListener.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.javaxusb;
2 
3 import javax.usb.UsbDevice;
4 
5 // TODO: Auto-generated Javadoc
17 public interface IUsbDeviceEventListener {
18 
24  public void onDeviceEvent(UsbDevice device);
25 }