See: Description
| Interface | Description |
|---|---|
| FExceptionListener |
Objects implementing this interface should be registered with FriendlyAgent
for receiving FException objects thrown while processing SNMP requests.
|
| FRestoreDefaultListener |
Implement this interface and register it with
FScalar object
to receive event to restore default value. |
| FScalarGetListener |
Implement this interface and register it with
FScalar object
to receive GET events from MIB browser. |
| FScalarSetListener |
Implement this interface and register it with
FScalar object
to receive SET events from MIB browser. |
| FScalarValidationListener |
The listener interface for receiving SET validation events from MIB
browser.
|
| FTableGetListener |
Implement this interface and register it with
FTable object
to receive GET events from MIB browser. |
| FTableSetListener |
Implement this interface and register it with
FTable object
to receive SET events from MIB browser. |
| FTableValidationListener |
The listener interface for receiving SET validation events from MIB
browser.
|
| ShutdownListener |
Objects implementing this interface should be registered with FriendlyAgent
for receiving shutdown event from MIB browser.
|
| UncaughtExceptionListener |
The listener interface for receiving uncaught exceptions.
|
| Class | Description |
|---|---|
| FRestoreDefaultEvent |