// just in case our main candidate is not in the set
rccToInform.add(this.rcCenter);
// The corresponding communication center from the destination
// controller
IRemoteCommunicationCenter newCommunicationCenter =
newLocation.getLocationObject();
for (IRemoteCommunicationCenter rcc : rccToInform) {
rcc.updateObjectLocations(objects, newCommunicationCenter);
}
return true;