java.lang.Object
java.util.Observable
com.k_int.util.ObservableDelagate
- public class ObservableDelagate
- extends java.util.Observable
|
Method Summary |
void |
clearChanged()
Reset this Observable's state to unchanged. |
void |
setChanged()
Marks this Observable as having changed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObservableDelagate
public ObservableDelagate()
setChanged
public void setChanged()
- Description copied from class:
java.util.Observable
- Marks this Observable as having changed.
clearChanged
public void clearChanged()
- Description copied from class:
java.util.Observable
- Reset this Observable's state to unchanged. This is called automatically
by
notifyObservers once all observers have been notified.