com.adventnet.snmp.snmp2.agent
Interface TrapGenListener


public interface TrapGenListener
extends java.util.EventListener

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


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

Method Detail

sendTrap

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

Used to send The Traps by creating the TrapRequestEvent.

Parameters:
te - The trap event.