Searched refs:arrLocal (Results 1 – 1 of 1) sorted by relevance
151 Object[] arrLocal; in notifyObservers() local172 arrLocal = obs.toArray(); in notifyObservers()176 for (int i = arrLocal.length-1; i>=0; i--) in notifyObservers()177 ((Observer)arrLocal[i]).update(this, arg); in notifyObservers()