FileDocCategorySizeDatePackage
BoxObserver.javaAPI DocExample4717Mon Apr 06 18:10:22 BST 1998None

BoxObservable

public class BoxObservable extends Observable

Fields Summary
Constructors Summary
Methods Summary
public voidnotifyObservers(java.lang.Object b)

    // Otherwise it won't propagate changes:
    setChanged();
    super.notifyObservers(b);