org.snmp4j.agent.mo
Interface MOTableRowListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
LogMOTableSizeLimit, MOTableRelation.RelationShipListener, MOTableSizeLimit, RowStatus, Snmp4jHeartbeatMib, Snmp4jLogMib, Snmp4jProxyMib, SnmpTargetMIB, UsmMIB

public interface MOTableRowListener
extends java.util.EventListener

A MOTableRowListener can be informed about row changes.

Version:
1.0
Author:
Frank Fock

Method Summary
 void rowChanged(MOTableRowEvent event)
          A column or a complete row is changed/has been changed.
 

Method Detail

rowChanged

void rowChanged(MOTableRowEvent event)
A column or a complete row is changed/has been changed.

Parameters:
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 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.