Uses of Class
java.util.Observable

Packages that use Observable
java.util   
 

Uses of Observable in java.util
 

Methods in java.util with parameters of type Observable
 void Observer.update(Observable o, Object arg)
          This method is called whenever the observed object is changed.