Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.sdk.device
Interface IDeviceRegistryListener


public interface IDeviceRegistryListener

Implementations of this interface can subscribe to changes in the device registry.

EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the MTJ team.

Since:
1.0

Method Summary
 void deviceAdded(IDevice device)
          The specified device has been added to the registry.
 void deviceRemoved(IDevice device)
          The specified device has been removed to the registry.
 

Method Detail

deviceAdded

void deviceAdded(IDevice device)
The specified device has been added to the registry.

Parameters:
device -

deviceRemoved

void deviceRemoved(IDevice device)
The specified device has been removed to the registry.

Parameters:
device -

Mobile Tools for Java
Release 1.0