Example #1
0
 public void addTaxi(Taxi t) {
   t.addObserver(this);
   updateTaxiData(t);
 }