Class CWObservable

java.lang.Object
  |
  +--java.util.Observable
        |
        +--CWObservable

public class CWObservable
extends java.util.Observable

Same as Observable, except implements setChanged() as a public method.


Constructor Summary
CWObservable()
           
 
Method Summary
 void setChanged()
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CWObservable

public CWObservable()
Method Detail

setChanged

public void setChanged()
Overrides:
setChanged in class java.util.Observable