eu.gnome.morena
Interface DeviceListChangeListener


public interface DeviceListChangeListener

The listener interface for handling connecting and disconnecting of the device. Implementors should be aware that calling this methods may occur in the different thread than the Manager is initialized.


Method Summary
 void deviceConnected(Device device)
          This method is called when a new device is connected
 void deviceDisconnected(Device device)
          This method is called when already connected device is disconnected.
 void listChanged()
          Deprecated. 
 

Method Detail

listChanged

@Deprecated
void listChanged()
Deprecated. 

This method is called when a new device is connected or already connected device is disconnected.


deviceConnected

void deviceConnected(Device device)
This method is called when a new device is connected


deviceDisconnected

void deviceDisconnected(Device device)
This method is called when already connected device is disconnected.