Package | Description |
---|---|
org.friendlysnmp |
Provides classes and interfaces to access FriendlySNMP API.
|
Modifier and Type | Method and Description |
---|---|
void |
FTable.addSetListener(FTableSetListener l)
Registers the given observer to begin receiving "changed value" events
when changes are made to the managed object.
|
void |
FTable.removeSetListener(FTableSetListener l)
Unregisters the given observer from the notification list so it will
no longer receive change updates.
|