Class NotificationListenerBean

java.lang.Object
org.opendaylight.controller.blueprint.ext.NotificationListenerBean

public class NotificationListenerBean extends Object
Blueprint bean corresponding to the "notification-listener" element that registers a NotificationListener with the NotificationService.
Author:
Thomas Pantelis
  • Constructor Details

    • NotificationListenerBean

      public NotificationListenerBean()
  • Method Details

    • setNotificationService

      public void setNotificationService(org.opendaylight.mdsal.binding.api.NotificationService notificationService)
    • setNotificationListener

      public void setNotificationListener(org.opendaylight.yangtools.yang.binding.NotificationListener notificationListener)
    • setBundle

      public void setBundle(org.osgi.framework.Bundle bundle)
    • init

      public void init()
    • destroy

      public void destroy()