ChangeObserverpublic interface ChangeObserver This class is implemented by panels that wish to have
asynchronous notification of observable changes. |
Methods Summary |
---|
public abstract void | observeChange()This method gets called to signify that a change has occurred
in an observed object.
|
|