Class AuthenticationKeyDataListener

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

    public class AuthenticationKeyDataListener
    extends AbstractDataListener<AuthenticationKey>
    DataListener for all AuthenticationKey modification events.
    Author:
    Lorand Jakab
    • Method Summary

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

      • AuthenticationKeyDataListener

        public AuthenticationKeyDataListener​(org.opendaylight.mdsal.binding.api.DataBroker broker,
                                             IMappingSystem mapSystem)
    • Method Detail

      • onDataTreeChanged

        public void onDataTreeChanged​(java.util.Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<AuthenticationKey>> changes)