Package org.snmp4j.model.snmp.spi
Interface SnmpCellUpdateListener
public interface SnmpCellUpdateListener
Implementations of the
SnmpCellUpdateListener
interface can receive events about cell updates in
a table proxy.- Author:
- Frank Fock
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cellUpdated
(int row, int col, SnmpValueChange change) void
cellUpdateFailed
(int row, int col, SnmpValueChange change)
-
Method Details
-
cellUpdated
-
cellUpdateFailed
-