com.eurotech.framework.linux.util
Interface LinuxUdevListener

All Known Implementing Classes:
UsbServiceImpl

public interface LinuxUdevListener


Method Summary
 void attached(UsbDevice device)
          Callback for notifications of new UsbDevice ATTACH events
 void detached(UsbDevice device)
          Callback for notifications of new UsbDevice DETACH events
 

Method Detail

attached

void attached(UsbDevice device)
Callback for notifications of new UsbDevice ATTACH events

Parameters:
device - The UsbDevice that was just attached

detached

void detached(UsbDevice device)
Callback for notifications of new UsbDevice DETACH events

Parameters:
device - The UsbDevice that was just detached


Copyright © 2013. All Rights Reserved.