org.apache.ode.jacob.examples.cell
Interface Cell

All Known Subinterfaces:
CellChannel
All Known Implementing Classes:
CellChannelListener

public interface Cell

Channel type for a cell. The channel allows reading of and setting the values of a cell.


Method Summary
 void read(Val replyTo)
          Read the value of the cell.
 void write(java.lang.Object newVal)
          Write the value of the cell.
 

Method Detail

read

void read(Val replyTo)
Read the value of the cell.

Parameters:
replyTo - channel to which the value of the cell is sent

write

void write(java.lang.Object newVal)
Write the value of the cell.

Parameters:
newVal - new value of the cell