Interface Appfigurate.ConfigurationUpdated

All Known Implementing Classes:
ConfigurationLabel
Enclosing class:
Appfigurate

public static interface Appfigurate.ConfigurationUpdated
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the configuration has been updated or reset by Appfigurate
  • Method Details

    • configurationUpdated

      void configurationUpdated(String action)
      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