Interface ComponentRegistry.ComponentRegistryListener

All Known Implementing Classes:
PaletteFrame
Enclosing class:
ComponentRegistry
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ComponentRegistry.ComponentRegistryListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a change occurs to the set of registered component descriptors, such as a descriptor being added or removed.
  • Method Details

    • componentRegistryUpdated

      void componentRegistryUpdated()
      Called when a change occurs to the set of registered component descriptors, such as a descriptor being added or removed.