Uses of Interface
org.opendaylight.openflowplugin.applications.notification.supplier.NotificationSupplierForItem
-
Packages that use NotificationSupplierForItem Package Description org.opendaylight.openflowplugin.applications.notification.supplier.impl.item Package contains OF Items (Flow, Group, Meter ...) notification listener/supplier implementations -
-
Uses of NotificationSupplierForItem in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item
Classes in org.opendaylight.openflowplugin.applications.notification.supplier.impl.item that implement NotificationSupplierForItem Modifier and Type Class Description class
AbstractNotificationSupplierForItem<O extends org.opendaylight.yangtools.yang.binding.DataObject,C extends org.opendaylight.yangtools.yang.binding.Notification,U extends org.opendaylight.yangtools.yang.binding.Notification,D extends org.opendaylight.yangtools.yang.binding.Notification>
Class is package protected abstract implementation for all Old Root Items Notification Suppliers.class
FlowNotificationSupplierImpl
Implementation define a contract betweenFlow
data object andFlowAdded
,FlowUpdated
andFlowRemoved
notifications.class
GroupNotificationSupplierImpl
Implementation define a contract betweenGroup
data object andGroupAdded
,GroupUpdated
andGroupRemoved
notifications.class
MeterNotificationSupplierImpl
Implementation define a contract betweenMeter
data object andMeterAdded
,MeterUpdated
andMeterRemoved
notifications.
-