java.util.EventListener
LogMOTableSizeLimit
, MOTableRelation.RelationShipListener
, MOTableSizeLimit
, RowStatus
, Snmp4jHeartbeatMib
, Snmp4jLogMib
, Snmp4jProxyMib
, SnmpTargetMIB
, UsmMIB
public interface MOTableRowListener<R extends MOTableRow>
extends java.util.EventListener
MOTableRowListener
can be informed about row changes.Modifier and Type | Method | 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.
If MOTableRowEvent.getNumberOfConsecutiveEventsOfSameOrigin()
is greater than zero you need to
set MOTableRowEvent.setSendNextEventsOfSameOrigin(boolean)
to true
in order to receive those
consecutive events too. Otherwise they will be ignored and not been propagated to this listener.Copyright © 2018 SNMP4J.org. All rights reserved.