Package com.myscript.iink
Interface IConfigurationListener
public interface IConfigurationListener
The listener interface for receiving configuration change events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configurationChanged
(@NotNull Configuration configuration) Invoked when the configuration has changed.
-
Method Details
-
configurationChanged
Invoked when the configuration has changed.- Parameters:
configuration
- the configuration that has changed.
-