/[classpath]/classpath/java/util/Observer.java
ViewVC logotype

Diff of /classpath/java/util/Observer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by ericb, Fri Feb 22 02:09:40 2002 UTC revision 1.8 by mkoch, Wed Oct 15 12:29:36 2003 UTC
# Line 56  public interface Observer Line 56  public interface Observer
56     * @param observable the Observable object that changed     * @param observable the Observable object that changed
57     * @param arg arbitrary information, usually relating to the change     * @param arg arbitrary information, usually relating to the change
58     */     */
59    public void update(Observable observable, Object arg);    void update(Observable observable, Object arg);
60  }  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26