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

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

Introduction

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

The text is from its open source code.

Subclass

java.util.Observable has subclasses.
Click this link to see all its subclasses.

Constructor

Observable()
Construct an Observable with zero Observers.

Method

voidaddObserver(Observer o)
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
voiddeleteObserver(Observer o)
Deletes an observer from the set of observers of this object.
booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
ClassgetClass()
Returns the runtime class of this Object .
StringtoString()
Returns a string representation of the object.