Interface Observer
Interface java.util.Observer
Interface Members |
This Package |
All Packages
public interface Observer
A class can implement the Observer interface when it
wants to be informed of changes in observable objects.
- See Also:
- Observable
Send feedback to MSDN.Look here for MSDN Online resources.