Class AuthenticationKeyDataListener

java.lang.Object
org.opendaylight.lispflowmapping.implementation.mdsal.AbstractDataListener<AuthenticationKey>
org.opendaylight.lispflowmapping.implementation.mdsal.AuthenticationKeyDataListener
All Implemented Interfaces:
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
  • Constructor Details

    • AuthenticationKeyDataListener

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

    • onDataTreeChanged

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