org.snmp4j.agent.mo
Class MOTableRelation.RelationShipListener

java.lang.Object
  extended by org.snmp4j.agent.mo.MOTableRelation.RelationShipListener
All Implemented Interfaces:
java.util.EventListener, MOTableRowListener
Enclosing class:
MOTableRelation

protected class MOTableRelation.RelationShipListener
extends java.lang.Object
implements MOTableRowListener


Constructor Summary
protected MOTableRelation.RelationShipListener()
           
 
Method Summary
 void rowChanged(MOTableRowEvent event)
          A column or a complete row is changed/has been changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MOTableRelation.RelationShipListener

protected MOTableRelation.RelationShipListener()
Method Detail

rowChanged

public void rowChanged(MOTableRowEvent event)
Description copied from interface: MOTableRowListener
A column or a complete row is changed/has been changed.

Specified by:
rowChanged in interface MOTableRowListener
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.