Mobile Tools for Java
Release 1.0

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

Packages that use IDeviceRegistryListener
org.eclipse.mtj.core.sdk.device This package provides an API for managing the device definition and importing. 
 

Uses of IDeviceRegistryListener in org.eclipse.mtj.core.sdk.device
 

Methods in org.eclipse.mtj.core.sdk.device with parameters of type IDeviceRegistryListener
 void IDeviceRegistry.addRegistryListener(IDeviceRegistryListener listener)
          Adds the listener to the collection of listeners who will be notified when the registry state changes.
 void IDeviceRegistry.removeRegistryListener(IDeviceRegistryListener listener)
          Removes the listener from the collection of listeners who will be notified when the registry state changes.
 


Mobile Tools for Java
Release 1.0