public interface ZoneTrackerCustomizer
| Modifier and Type | Method and Description |
|---|---|
void |
addedZone(Zone zone)
A device tracked by the Tracker object has been added in the list.
|
boolean |
addingZone(Zone zone)
A zone is being added to the Tracker object.
|
void |
modifiedZone(Zone zone,
String variableName,
Object oldValue,
Object newValue)
Called when a zone tracked by the Tracker object has been modified.
|
void |
movedZone(Zone zone,
Position oldPosition,
Position newPosition) |
void |
removedZone(Zone zone)
A zone tracked by the Tracker object has been removed.
|
void |
resizedZone(Zone zone)
Called when a zone tracked by the Tracker object has been resized.
|
boolean addingZone(Zone zone)
zone - the zone being added to the Tracker object.void addedZone(Zone zone)
zone - the added devicevoid modifiedZone(Zone zone, String variableName, Object oldValue, Object newValue)
zone - the changed zonevariableName - name of the property that has changedoldValue - previous value of the propertynewValue - new value of the propertyvoid movedZone(Zone zone, Position oldPosition, Position newPosition)
zone - oldPosition - newPosition - void resizedZone(Zone zone)
zone - the resized zonevoid removedZone(Zone zone)
zone - the removed zone.Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.