| public interface java.util Observer
|
Java SE 6 |
Observer interface when it
wants to be informed of changes in observable objects.
| version | 1.20, 11/17/05 |
| since | JDK1.0 |
| See also | java.util.Observable |
| Methods | |||||
|---|---|---|---|---|---|
| public void | update(Observable o, Object arg) Details
This method is called whenever the observed object is changed. An
application calls an Observable object's
notifyObservers method to have all the object's
observers notified of the change.
| ||||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|