public class ComputationCellModelListeners extends CellModelListeners
| Constructor and Description |
|---|
ComputationCellModelListeners(CellController controller) |
| Modifier and Type | Method and Description |
|---|---|
void |
propertyChange(java.beans.PropertyChangeEvent event)
Handler for the change of property.
|
public ComputationCellModelListeners(CellController controller)
public void propertyChange(java.beans.PropertyChangeEvent event)
propertyChange in interface java.beans.PropertyChangeListenerpropertyChange in class CellModelListenersevent - event object containing the source of the change. it is not
expected to contain any other information (e.g. oldValue and
newValue)