Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.util
Class ObservableDelagate  view ObservableDelagate download ObservableDelagate.java

java.lang.Object
  extended byjava.util.Observable
      extended bycom.k_int.util.ObservableDelagate

public class ObservableDelagate
extends java.util.Observable


Field Summary
 
Fields inherited from class java.util.Observable
 
Constructor Summary
ObservableDelagate()
           
 
Method Summary
 void clearChanged()
          Reset this Observable's state to unchanged.
 void setChanged()
          Marks this Observable as having changed.
 
Methods inherited from class java.util.Observable
addObserver, 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

ObservableDelagate

public ObservableDelagate()
Method Detail

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.