Class LLDPDiscoveryListener

java.lang.Object
org.opendaylight.openflowplugin.applications.topology.lldp.LLDPDiscoveryListener
All Implemented Interfaces:
EventListener, org.opendaylight.mdsal.binding.api.NotificationService.Listener<PacketReceived>

@Singleton public class LLDPDiscoveryListener extends Object implements org.opendaylight.mdsal.binding.api.NotificationService.Listener<PacketReceived>
  • Constructor Details

    • LLDPDiscoveryListener

      @Inject public LLDPDiscoveryListener(org.opendaylight.mdsal.binding.api.NotificationPublishService notificationService, LLDPLinkAger lldpLinkAger, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService)
  • Method Details

    • onNotification

      public void onNotification(PacketReceived lldp)
      Specified by:
      onNotification in interface org.opendaylight.mdsal.binding.api.NotificationService.Listener<PacketReceived>