// Constructor public Broadcaster(Neighbor comming, Neighbor going) { this.comming = comming; this.going = going; }