Package | Description |
---|---|
org.friendlysnmp |
Provides classes and interfaces to access FriendlySNMP API.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<FScalarValidationListener> |
FScalar.hsValidationListener
Scalar VALIDATION listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
FScalar.addValidationListener(FScalarValidationListener l)
Registers the given observer to begin receiving "validation" events
when changes are made to the managed object.
|
void |
FScalar.removeValidationListener(FScalarValidationListener l)
Unregisters the given observer to stop receiving "validation" events
when changes are made to the managed object.
|