Package | Description |
---|---|
org.friendlysnmp |
Provides classes and interfaces to access FriendlySNMP API.
|
org.friendlysnmp.event |
Provides classes and interfaces for event handling in FriendlySNMP API.
|
Modifier and Type | Method and Description |
---|---|
static TableRowAction |
TableRowAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableRowAction[] |
TableRowAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FTableSetListener.set(FTable table,
FID idRow,
FColumn col,
TableRowAction action)
Register object of this class with
FTable and this method
will be called on SET event from MIB browser. |
ValueValidation |
FTableValidationListener.validate(FTable table,
java.lang.Object objNewValue,
FID idRow,
FColumn col,
TableRowAction action)
Invoked when a validation event is fired.
|