|
Préférences
Moteurs de recherche
|
|||||||
| JavaTM 2 Platform Std. Ed. v1.4.2
java.util
|
||||||||
| Method Summary | |
void |
update(Observable o,
Object arg)
This method is called whenever the observed object is changed. |
| Method Detail |
public void update(Observable o, Object arg)
notifyObservers method to have all the object's
observers notified of the change.
o - the observable object.arg - an argument passed to the notifyObservers
method.