|
Mobile Tools for Java Release 1.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface IDeviceRegistryListener
Classes that implement this interface provide methods that deal with the events that are generated when the device registry changes.
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.
| 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 |
|---|
void deviceAdded(IDevice device)
Sent when the IDeviceRegistry.addDevice(IDevice) is invoked.
device - the device that was added to the registry.void deviceRemoved(IDevice device)
Sent when the IDeviceRegistry.removeDevice(IDevice) is invoked.
device - the device that was removed from the registry.
|
Mobile Tools for Java Release 1.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||