Uses of Interface
java.util.Observer
-
Uses of Observer in java.util
Methods in java.util with parameters of type Observer Modifier and Type Method Description voidObservable. addObserver(Observer observer)Adds the specified observer to the list of observers.voidObservable. deleteObserver(Observer observer)Removes the specified observer from the list of observers.