this.senderReceiver = new MessagingServer(this, MASTER_LISTEN_PORT);
this.senderReceiver.bind();
// ADDED 10-19-10 BY CHRIS:
this.communicator = new Communicator() {
@Override
public Location myLocation() {
return PhysicalLocation.coordinatorLocation();
}