| Package | Description |
|---|---|
| org.snmp4j.model.snmp.proxy.impl | |
| org.snmp4j.model.snmp.spi |
| Modifier and Type | Method | Description |
|---|---|---|
List<SnmpValueChange> |
SnmpValueChange.getChanges() |
|
List<SnmpValueChange> |
SnmpValuesChangeSet.getChanges() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SnmpValuesChangeSet.addChange(SnmpValueChange change) |
Adds a change to the change set.
|
protected void |
SnmpTableImpl.cellUpdated(int row,
int column,
SnmpValueChange change) |
|
protected void |
SnmpTableImpl.cellUpdateValidationFailure(int row,
int column,
SnmpValueChange change) |
| Constructor | Description |
|---|---|
SnmpValuesChangeSet(Collection<SnmpValueChange> changes,
Object userReference) |
Creates a change set based on a provided list of changes and with an associated user object.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
SnmpCellUpdateListener.cellUpdated(int row,
int col,
SnmpValueChange change) |
|
void |
SnmpCellUpdateListener.cellUpdateFailed(int row,
int col,
SnmpValueChange change) |
Copyright © 2020 SNMP4J.org. All rights reserved.