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

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

    public abstract class NodeConnectorEventListener<T extends org.opendaylight.yangtools.yang.binding.DataObject>
    extends java.lang.Object
    implements org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<T>, java.lang.AutoCloseable, FlowCapableNodeConnectorCommitter<T>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void onDataTreeChanged​(java.util.Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<T>> changes)  
      • 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
    • Method Detail

      • onDataTreeChanged

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

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable