protected class MOTableRelation.RelationShipListener extends Object implements MOTableRowListener<BaseRow>
| Modifier | Constructor and Description |
|---|---|
protected |
RelationShipListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
rowChanged(MOTableRowEvent<BaseRow> event)
A column or a complete row is changed/has been changed.
|
public void rowChanged(MOTableRowEvent<BaseRow> event)
MOTableRowListenerrowChanged in interface MOTableRowListener<BaseRow extends MOTableRow>event - a MOTableRowEvent describing the event. To veto the event
the MOTableRowEvent.setVetoStatus(int) and optionally also the
MOTableRowEvent.setVetoColumn(int) can be called.Copyright © 2020 SNMP4J.org. All rights reserved.