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 aRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyRegistryChange()Method that will be executed when a change on the registry happens
-