Package com.myscript.iink
Interface IConfigurationListener
-
public interface IConfigurationListenerThe listener interface for receiving configuration change events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigurationChanged(@NotNull Configuration configuration)Invoked when the configuration has changed.
-
-
-
Method Detail
-
configurationChanged
void configurationChanged(@NotNull @NotNull Configuration configuration)Invoked when the configuration has changed.- Parameters:
configuration- the configuration that has changed.
-
-