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.PropertyChangeListener
propertyChange
in class CellModelListeners
event
- event object containing the source of the change. it is not
expected to contain any other information (e.g. oldValue and
newValue)