public interface MOTableRowListener<R extends MOTableRow> extends EventListener
MOTableRowListener can be informed about row changes.| Modifier and Type | Method and Description |
|---|---|
void |
rowChanged(MOTableRowEvent<R> event)
A column or a complete row is changed/has been changed.
|
void rowChanged(MOTableRowEvent<R> event)
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.