Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.model.device
Interface IFoundDevicesList

All Known Implementing Classes:
SimpleFoundDevicesList

public interface IFoundDevicesList

This interface provides a means to communicate a set of devices that are found while searching using the DeviceFactory. Implementors can choose to use these method for update of user interface or other functions as necessary.


Method Summary
 void addDevices(IDevice[] devices)
          Add the specified devices to the list of found devices.
 IDevice[] getDevices()
          Return all devices added to the list.
 

Method Detail

addDevices

void addDevices(IDevice[] devices)
Add the specified devices to the list of found devices.

Parameters:
devices -

getDevices

IDevice[] getDevices()
Return all devices added to the list.

Returns:

Mobile Tools for Java
Release 1.0