com.adventnet.snmp.snmp2.agent
Interface TrapRequestListener

All Known Implementing Classes:
BaseSnmpTrapService

public interface TrapRequestListener
extends AgentEventListener

This is the interface class implemented by the listeners of the TrapEvent.


Method Summary
 void addTrapRequest(TrapRequestEvent te)
          Event Listener Method for the interface.
 

Method Detail

addTrapRequest

public void addTrapRequest(TrapRequestEvent te)
Event Listener Method for the interface.

Used to add the Traps by creating the TrapRequestEvent.

Parameters:
te - The trap event.