Interface SnmpCellUpdateListener


public interface SnmpCellUpdateListener
Implementations of the SnmpCellUpdateListener interface can receive events about cell updates in a table proxy.
Author:
Frank Fock
  • Method Details

    • cellUpdated

      void cellUpdated(int row, int col, SnmpValueChange change)
    • cellUpdateFailed

      void cellUpdateFailed(int row, int col, SnmpValueChange change)