Package com.myscript.iink
Interface IConfigurationListener
-
public interface IConfigurationListener
The listener interface for receiving configuration change events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configurationChanged(@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.
-
-