gzz
Interface Obs

gzz.Cell gzz.Dim gzz.Space gzz.CellTexter gzz.VStreamCellTexter gzz.JavaObjector gzz.Obs gzz.ObsTrigger ../../Gzz_CoreAPIs.gen.html#core core_small
All Known Subinterfaces:
Shower
All Known Implementing Classes:
AbstractShower, AWTScreen

public interface Obs

A simple class that observes something. This class cannot distinguish what caused the event - either the event has to be filtered prior to this or the whole thing reread in any case.

See Also:
ObsTrigger, Cell, Dim

Field Summary
static java.lang.String rcsid
           
 
Method Summary
 void chg()
          Called when something is changed.
 

Field Detail

rcsid

public static final java.lang.String rcsid
See Also:
Constant Field Values
Method Detail

chg

public void chg()
Called when something is changed.