Java java.util Observer fields, constructors, methods, implement or subclass

Example usage for Java java.util Observer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util Observer.

The text is from its open source code.

Implementation

java.util.Observer has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidnotify()
Wakes up a single thread that is waiting on this object's monitor.
voidupdate(Observable o, Object arg)
This method is called whenever the observed object is changed.