Package ej.observable
Interface Observer
-
public interface ObserverAn observer is notified when the object it observes is changed.- See Also:
Observable,SimpleObservable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate()This method is called whenever the observed object is changed.
-