JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.friendlysnmp.event
Interface FTableGetListener
public interface
FTableGetListener
Implement this interface and register it with
FTable
object to receive GET events from MIB browser.
See Also:
FTable
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
get
(
FTable
table)
Register object of this class with
FTable
and this method will be called on GET event from MIB browser.
Method Detail
get
void get(
FTable
table)
Register object of this class with
FTable
and this method will be called on GET event from MIB browser.
Parameters:
table
- value which was requested by MIB browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method