com.adventnet.snmp.snmp2.agent
Interface ChangeListener


public interface ChangeListener
extends AgentEventListener

This interface class can be implemented by any class who are interested in listening for the request.

See Also:
ChangeEvent

Method Summary
 void handleRequest(ChangeEvent ce)
          Process the received handleEvent.
 

Method Detail

handleRequest

public void handleRequest(ChangeEvent ce)
Process the received handleEvent.
Parameters:
ce - the change event.