Class ListenerRegistrationHelper
java.lang.Object
org.opendaylight.openflowplugin.applications.frm.impl.ListenerRegistrationHelper
-
Constructor Summary
ConstructorDescriptionListenerRegistrationHelper
(org.opendaylight.mdsal.binding.api.DataBroker dataBroker) -
Method Summary
Modifier and TypeMethodDescription<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) void
close()
-
Constructor Details
-
ListenerRegistrationHelper
@Inject public ListenerRegistrationHelper(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
-
-
Method Details
-
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) -
close
- Throws:
Exception
-