API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util. Observer View Source
Author(s)
Chris Warth
Since
JDK1.0
Version
1.20, 11/17/05
Serial
Hierarchy
 Observer
Subinterfaces
Description
public interface Observer
  A class can implement the Observer interface when it wants to be informed of changes in observable objects.
See also:    Observable
Methods
Hide/Show inherited methods
public void update (Observable o, Object arg)
  This method is called whenever the observed object is changed.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar