Package org.opendaylight.openflowplugin.applications.notification.supplier.impl.item
Package contains OF Items (Flow, Group, Meter ...) notification listener/supplier implementations
-
Class Summary Class Description 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.FlowNotificationSupplierImpl Implementation define a contract betweenFlowdata object andFlowAdded,FlowUpdatedandFlowRemovednotifications.GroupNotificationSupplierImpl Implementation define a contract betweenGroupdata object andGroupAdded,GroupUpdatedandGroupRemovednotifications.MeterNotificationSupplierImpl Implementation define a contract betweenMeterdata object andMeterAdded,MeterUpdatedandMeterRemovednotifications.