Class VbridgeTopologyListener

  • All Implemented Interfaces:
    java.lang.AutoCloseable, java.util.EventListener, org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<VbridgeTopology>, org.opendaylight.mdsal.binding.api.DataTreeChangeListener<VbridgeTopology>

    public class VbridgeTopologyListener
    extends java.lang.Object
    implements org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<VbridgeTopology>, java.lang.AutoCloseable
    Created by Shakib Ahmed on 1/19/17.
    • Constructor Summary

      Constructors 
      Constructor Description
      VbridgeTopologyListener​(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.MountPointService mountPointService)  
    • 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<VbridgeTopology>> 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
    • Constructor Detail

      • VbridgeTopologyListener

        public VbridgeTopologyListener​(org.opendaylight.mdsal.binding.api.DataBroker dataBroker,
                                       org.opendaylight.mdsal.binding.api.MountPointService mountPointService)
    • Method Detail

      • onDataTreeChanged

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

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