-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
TableUtils.DenseTableRequest
,TableUtils.TableRequest
public interface ResponseListener extends java.util.EventListener
TheResponseListener
interface is implemented by objects that process SNMP response messages.- Version:
- 1.0
- Author:
- Frank Fock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onResponse(ResponseEvent event)
Process a SNMP response.
-
-
-
Method Detail
-
onResponse
void onResponse(ResponseEvent event)
Process a SNMP response.- Parameters:
event
- aResponseEvent
.
-
-