com.deltax.util.listener
Class BaseObservable

java.lang.Object
  extended byjava.util.Observable
      extended bycom.deltax.util.listener.BaseObservable

public class BaseObservable
extends java.util.Observable

Author:
Cristiano Sadun

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

Constructor Detail

BaseObservable

public BaseObservable()