Interface Appfigurate.ConfigurationUpdated
- All Known Implementing Classes:
ConfigurationLabel
- Enclosing class:
Appfigurate
public static interface Appfigurate.ConfigurationUpdated
Used in conjunction with
addConfigurationUpdatedListener
and removeConfigurationUpdatedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configurationUpdated
(String action) Called when the configuration has been updated or reset by Appfigurate
-
Method Details
-
configurationUpdated
Called when the configuration has been updated or reset by Appfigurate- Parameters:
action
- If the notification was generated by an action being executed, then action will be a String of the action name. If the notification was generated by configuration being updated or reset, then action will be null
-