Class ListenerRegistrationHelper


  • @Singleton
    public class ListenerRegistrationHelper
    extends Object
    • Constructor Detail

      • ListenerRegistrationHelper

        @Inject
        public ListenerRegistrationHelper​(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
    • Method Detail

      • checkedRegisterListener

        public <T extends org.opendaylight.yangtools.yang.binding.DataObject,​L extends org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<T>> com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.concepts.ListenerRegistration<L>> checkedRegisterListener​(org.opendaylight.mdsal.binding.api.DataTreeIdentifier<T> treeId,
                                                                                                                                                                                                                                                                                                            L listener)