Interface Describable.Listener

All Known Implementing Classes:
AbstractRouter, Router, Router
Enclosing interface:
Describable<D,R>

public static interface Describable.Listener
Interface for listener instances. Any object implementing Describable should call the notifyDescriptorChange() method for all listeners once every time the API descriptor that it returns is changed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Implement this method to handle changes to API Descriptors.
  • Method Details

    • notifyDescriptorChange

      void notifyDescriptorChange()
      Implement this method to handle changes to API Descriptors.