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 classAbstractNotificationSupplierForItem<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.classFlowNotificationSupplierImplImplementation define a contract betweenFlowdata object andFlowAdded,FlowUpdatedandFlowRemovednotifications.classGroupNotificationSupplierImplImplementation define a contract betweenGroupdata object andGroupAdded,GroupUpdatedandGroupRemovednotifications.classMeterNotificationSupplierImplImplementation define a contract betweenMeterdata object andMeterAdded,MeterUpdatedandMeterRemovednotifications.
-