Class AbstractDataListener<T extends org.opendaylight.yangtools.yang.binding.DataObject>

  • All Implemented Interfaces:
    java.util.EventListener, org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<T>, org.opendaylight.mdsal.binding.api.DataTreeChangeListener<T>
    Direct Known Subclasses:
    AuthenticationKeyDataListener, MappingDataListener

    public abstract class AbstractDataListener<T extends org.opendaylight.yangtools.yang.binding.DataObject>
    extends java.lang.Object
    implements org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<T>
    The superclass for the different MD-SAL data change event listeners.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void closeDataChangeListener()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.opendaylight.mdsal.binding.api.DataTreeChangeListener

        onDataTreeChanged, onInitialData
    • Constructor Detail

      • AbstractDataListener

        public AbstractDataListener()
    • Method Detail

      • closeDataChangeListener

        public void closeDataChangeListener()