public interface LocatedDeviceTrackerCustomizer
Modifier and Type | Method and Description |
---|---|
void |
addedDevice(LocatedDevice device)
A device tracked by the Tracker object has been added in the list.
|
boolean |
addingDevice(LocatedDevice device)
A device is being added to the Tracker object.
|
void |
modifiedDevice(LocatedDevice device,
String propertyName,
Object oldValue,
Object newValue)
Called when a device tracked by the Tracker object has been modified.
|
void |
movedDevice(LocatedDevice device,
Position oldPosition,
Position newPosition) |
void |
removedDevice(LocatedDevice device)
A device tracked by the Tracker object has been removed.
|
boolean addingDevice(LocatedDevice device)
device
- the device being added to the Tracker object.void addedDevice(LocatedDevice device)
device
- the added devicevoid modifiedDevice(LocatedDevice device, String propertyName, Object oldValue, Object newValue)
device
- the changed devicepropertyName
- name of the property that has changedoldValue
- previous value of the propertynewValue
- new value of the propertyvoid movedDevice(LocatedDevice device, Position oldPosition, Position newPosition)
void removedDevice(LocatedDevice device)
device
- the removed device.Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.