Interface ConfigListener


public interface ConfigListener
This interface must be implemented on all objects that should be notified of changes on the Config class.
Since configs are individual objects for each name, this objects must be registered against every configuration that should be controlled
Author:
Federico Vera <[email protected]>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    What to do when something changes on the Config for a given name
  • Method Details

    • somethingChange

      void somethingChange(ConfigEvent event)
      What to do when something changes on the Config for a given name
      Parameters:
      event - event that triggered the action
      See Also: