Uses of Class java.util.Observable

Uses in package java.util

Methods with parameter type java.util.Observable

void
Observer.update(Observable observable, Object arg)
This method is called whenever the observable object changes, and has called notifyObservers.