gzz
Interface JavaObjector

gzz.Cell gzz.Dim gzz.Space gzz.CellTexter gzz.VStreamCellTexter gzz.JavaObjector gzz.Obs gzz.ObsTrigger ../../Gzz_CoreAPIs.gen.html#core core_small
public interface JavaObjector

A component of Space that is able to associate Java objects with cells.


Method Summary
 java.lang.Object getJavaObject(Cell c, Obs o)
          Get the Java object associated with this cell.
 

Method Detail

getJavaObject

public java.lang.Object getJavaObject(Cell c,
                                      Obs o)
Get the Java object associated with this cell. XXX currently implementation-defined, except that it must return null if no object is associated with the cell.