Package org.opendaylight.openflowplugin.applications.notification.supplier.impl
Package contains notification listener/supplier implementations.
-
Class Summary Class Description AbstractNotificationSupplierBase<O extends org.opendaylight.yangtools.yang.binding.DataObject> Public abstract basic Supplier implementation contains code for a make Supplier instance, registration Supplier likeDataTreeChangeListener
and close method.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.NodeConnectorNotificationSupplierImpl Implementation define a contract betweenFlowCapableNodeConnector
data object andNodeConnectorUpdated
andNodeConnectorRemoved
notifications.NodeNotificationSupplierImpl Implementation define a contract betweenFlowCapableNode
data object andNodeUpdated
andNodeRemoved
notifications.