public interface Cell
| Modifier and Type | Method and Description |
|---|---|
void |
read(Val replyTo)
Read the value of the cell.
|
void |
write(java.lang.Object newVal)
Write the value of the cell.
|
void read(Val replyTo)
replyTo - channel to which the value of the cell is sentvoid write(java.lang.Object newVal)
newVal - new value of the cell