byucc.jhdl.base
Interface Observable


Deprecated. The Observable interface has been replaced by the byucc.jhdl.base.SimulatorCallback interface. This interface will be removed soon in 2002.

public interface Observable

This interface describes a cell that is observable.


Method Summary
 void refreshO()
          Deprecated. Refresh the view of the observable
 void resetO()
          Deprecated. Reset the view of the observable
 void updateO()
          Deprecated. Update the view of the observable
 

Method Detail

refreshO

public void refreshO()
Deprecated. 
Refresh the view of the observable


resetO

public void resetO()
Deprecated. 
Reset the view of the observable


updateO

public void updateO()
Deprecated. 
Update the view of the observable



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.