Uses of Interface
org.opendaylight.openflowplugin.applications.notification.supplier.NotificationSupplierForItemRoot
-
Packages that use NotificationSupplierForItemRoot Package Description org.opendaylight.openflowplugin.applications.notification.supplier.impl Package contains notification listener/supplier implementations. -
-
Uses of NotificationSupplierForItemRoot in org.opendaylight.openflowplugin.applications.notification.supplier.impl
Classes in org.opendaylight.openflowplugin.applications.notification.supplier.impl that implement NotificationSupplierForItemRoot Modifier and Type Class Description class
AbstractNotificationSupplierForItemRoot<O extends org.opendaylight.yangtools.yang.binding.DataObject,C extends org.opendaylight.yangtools.yang.binding.Notification,D extends org.opendaylight.yangtools.yang.binding.Notification>
Class is package protected abstract implementation for all Root Items Notification Suppliers.class
NodeConnectorNotificationSupplierImpl
Implementation define a contract betweenFlowCapableNodeConnector
data object andNodeConnectorUpdated
andNodeConnectorRemoved
notifications.class
NodeNotificationSupplierImpl
Implementation define a contract betweenFlowCapableNode
data object andNodeUpdated
andNodeRemoved
notifications.
-