Module java.base
Package java.util

Interface Observer


@Deprecated(since="9") public interface Observer
Deprecated.
This interface has been deprecated. See the Observable class for further information.
A class can implement the Observer interface when it wants to be informed of changes in observable objects.
Since:
1.0
See Also: