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 Detail

      • componentRegistryUpdated

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