Interface RegistryChangeListener

  • 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 interface RegistryChangeListener
    This functional interface represents the code that will be executed every time there's a change on a Registry
    • Method Detail

      • notifyRegistryChange

        void notifyRegistryChange()
        Method that will be executed when a change on the registry happens