Uses of Class
java.util.Observable

Packages that use Observable
Package Description
java.util  
  • Uses of Observable in java.util

    Methods in java.util with parameters of type Observable
    Modifier and Type Method Description
    void Observer.update​(Observable observable, Object data)
    This method is called if the specified Observable object's notifyObservers method is called (because the Observable object has been updated.