frysk.proc
Class Proc.ObservableXXX

java.lang.Object
  extended by java.util.Observable
      extended by frysk.proc.Proc.ObservableXXX
Enclosing class:
Proc

public class Proc.ObservableXXX
extends Observable

XXX: Temporary until .observable's are converted to .requestAddObserver.


Constructor Summary
Proc.ObservableXXX()
           
 
Method Summary
 void notify(Object o)
          XXX: Should not be public.
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Proc.ObservableXXX

public Proc.ObservableXXX()
Method Detail

notify

public void notify(Object o)
XXX: Should not be public.