com.adventnet.snmp.snmp2.agent
Interface TrapGenListener

All Superinterfaces:
java.util.EventListener

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

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

Used to send The Traps by creating the TrapRequestEvent.

Parameters:
te - The trap event.