Class ArpNotificationHandler

  • All Implemented Interfaces:
    java.util.EventListener, org.opendaylight.yang.gen.v1.urn.opendaylight.genius.arputil.rev160406.OdlArputilListener, org.opendaylight.yangtools.yang.binding.NotificationListener

    @Singleton
    public class ArpNotificationHandler
    extends AbstractIpLearnNotificationHandler
    implements org.opendaylight.yang.gen.v1.urn.opendaylight.genius.arputil.rev160406.OdlArputilListener
    • Method Detail

      • onMacChanged

        public void onMacChanged​(org.opendaylight.yang.gen.v1.urn.opendaylight.genius.arputil.rev160406.MacChanged notification)
        Specified by:
        onMacChanged in interface org.opendaylight.yang.gen.v1.urn.opendaylight.genius.arputil.rev160406.OdlArputilListener
      • onArpRequestReceived

        public void onArpRequestReceived​(org.opendaylight.yang.gen.v1.urn.opendaylight.genius.arputil.rev160406.ArpRequestReceived notification)
        Specified by:
        onArpRequestReceived in interface org.opendaylight.yang.gen.v1.urn.opendaylight.genius.arputil.rev160406.OdlArputilListener
      • onArpResponseReceived

        public void onArpResponseReceived​(org.opendaylight.yang.gen.v1.urn.opendaylight.genius.arputil.rev160406.ArpResponseReceived notification)
        Specified by:
        onArpResponseReceived in interface org.opendaylight.yang.gen.v1.urn.opendaylight.genius.arputil.rev160406.OdlArputilListener