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 FScalarSetListener
public interface
FScalarSetListener
Implement this interface and register it with
FScalar
object to receive SET events from MIB browser.
See Also:
FScalar
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
set
(
FScalar
scalar)
Register object of this class with
FScalar
and this method will be called on SET event from MIB browser.
Method Detail
set
void set(
FScalar
scalar)
Register object of this class with
FScalar
and this method will be called on SET event from MIB browser.
Parameters:
scalar
- MIB scalar changed 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