org.snmp4j.agent.mo
Interface MOTableRowListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
LogMOTableSizeLimit, MOTableRelation.RelationShipListener, MOTableSizeLimit, RowStatus, Snmp4jHeartbeatMib, Snmp4jLogMib, 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-2008 Frank Fock (SNMP4J.org)