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

  • All Implemented Interfaces:
    java.lang.AutoCloseable, java.util.EventListener, org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<T>, org.opendaylight.mdsal.binding.api.DataTreeChangeListener<T>
    Direct Known Subclasses:
    NetworkListener, PortListener, SubnetListener

    @Deprecated
    public class DelegatingDataTreeListener<T extends org.opendaylight.yangtools.yang.binding.DataObject>
    extends java.lang.Object
    implements org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<T>, java.lang.AutoCloseable
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      DelegatingDataTreeListener​(DataProcessor<T> dataProcessor, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.DataTreeIdentifier<T> dataTreeIdentifier)
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void close()
      Deprecated.
       
      static <T extends org.opendaylight.yangtools.yang.binding.DataObject>
      DelegatingDataTreeListener
      initiateListener​(java.lang.Class<T> dataObject, ILispNeutronService lispNeutronService, org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
      Deprecated.
       
      void onDataTreeChanged​(java.util.Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<T>> changes)
      Deprecated.
       
      • 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

        onInitialData
    • Constructor Detail

      • DelegatingDataTreeListener

        public DelegatingDataTreeListener​(DataProcessor<T> dataProcessor,
                                          org.opendaylight.mdsal.binding.api.DataBroker dataBroker,
                                          org.opendaylight.mdsal.binding.api.DataTreeIdentifier<T> dataTreeIdentifier)
        Deprecated.
    • Method Detail

      • initiateListener

        public static <T extends org.opendaylight.yangtools.yang.binding.DataObject> DelegatingDataTreeListener initiateListener​(java.lang.Class<T> dataObject,
                                                                                                                                 ILispNeutronService lispNeutronService,
                                                                                                                                 org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
        Deprecated.
      • onDataTreeChanged

        public void onDataTreeChanged​(java.util.Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<T>> changes)
        Deprecated.
        Specified by:
        onDataTreeChanged in interface org.opendaylight.mdsal.binding.api.DataTreeChangeListener<T extends org.opendaylight.yangtools.yang.binding.DataObject>
      • close

        public void close()
                   throws java.lang.Exception
        Deprecated.
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception