Package | Description |
---|---|
org.friendlysnmp |
Provides classes and interfaces to access FriendlySNMP API.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<FScalarSetListener> |
FScalar.hsSetListener
Scalar SET listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
FScalar.addSetListener(FScalarSetListener l)
Registers the given observer to begin receiving "changed value" events
when changes are made to the managed object.
|
void |
FScalar.removeSetListener(FScalarSetListener l)
Unregisters the given observer from the notification list so it will
no longer receive change updates.
|