Interface DataTreeChangeListenerRegistrationHolder

All Known Implementing Classes:
LearningSwitchManagerMultiImpl, LearningSwitchManagerSimpleImpl

public interface DataTreeChangeListenerRegistrationHolder
Holder for DataTreeChangeListener registration.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opendaylight.yangtools.concepts.ListenerRegistration<org.opendaylight.mdsal.binding.api.DataTreeChangeListener>
    Returns the DataTreeChangeListenerRegistration.
  • Method Details

    • getDataTreeChangeListenerRegistration

      org.opendaylight.yangtools.concepts.ListenerRegistration<org.opendaylight.mdsal.binding.api.DataTreeChangeListener> getDataTreeChangeListenerRegistration()
      Returns the DataTreeChangeListenerRegistration.