net.fenyo.gnetwatch
Interface SNMPQuerier.QuerierListener

Enclosing class:
SNMPQuerier

public static interface SNMPQuerier.QuerierListener

Interface used to manage asynchronous SNMP answers.


Method Summary
 void onResponse(ResponseEvent event)
          Called for each ansynchronous answer.
 void onTimeout(ResponseEvent event)
          Called after a timeout occured.
 

Method Detail

onResponse

void onResponse(ResponseEvent event)
Called for each ansynchronous answer.

Parameters:
event - response event recived.

onTimeout

void onTimeout(ResponseEvent event)
Called after a timeout occured.

Parameters:
event - timeout event.