com.adventnet.snmp.snmp2.agent
Interface StatusListener

All Superinterfaces:
AgentEventListener

Deprecated. The API no longer uses this interface.

public interface StatusListener
extends AgentEventListener

This interface class can be implemented by any class who are interested in listening status of any bean.

Since:
AdventNet Agent Toolkit (Java Edition) 4.2 release.
See Also:
SnmpAgent, StatusEvent

Method Summary
 void processStatus(StatusEvent de)
          Deprecated. Process the received StatusEvent.
 

Method Detail

processStatus

void processStatus(StatusEvent de)
Deprecated. 
Process the received StatusEvent.

Parameters:
de - the status event.