Interface RawPduListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractSnmpContext, PassiveSnmpContext, PassiveSnmpContextv2c, SnmpContext, SnmpContextv2c, SnmpContextv3, SnmpContextv3Basis, SnmpContextv3Discovery

public interface RawPduListener extends EventListener
The listener interface for receiving raw pdu events.
Since:
4_14
Version:
$Revision: 1.3 $ $Date: 2006/01/17 17:59:33 $
Author:
Birgit Arkesteijn
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a pdu is received.
  • Field Details

  • Method Details

    • rawPduReceived

      void rawPduReceived(RawPduEvent evt)
      Invoked when a pdu is received.