Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.util.Observable

Uses of Observable in java.util
 

Methods in java.util with parameters of type Observable
 void Observer.update(Observable observable, java.lang.Object arg)
          This method is called whenever the observable object changes, and has called notifyObservers.