JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ej.observable
Interface Observer
public interface
Observer
An observer in notified when the object it observes is changed.
See Also:
Observable
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
update
()
This method is called whenever the observed object is changed.
Method Detail
update
void update()
This method is called whenever the observed object is changed.
See Also:
Observable.notifyObservers()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method