Interface BuildConfigListener

All Superinterfaces:
EventListener

public interface BuildConfigListener extends EventListener
Author:
Mik Kersten
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configsListUpdated(List configsList)
    Called when items are added to or deleted from the configurations list.
    void
    currConfigChanged(String configFilePath)
    Called when the current configuration has changed.
  • Method Details

    • currConfigChanged

      void currConfigChanged(String configFilePath)
      Called when the current configuration has changed.
      Parameters:
      configFilePath - the path to the new current configuration file
    • configsListUpdated

      void configsListUpdated(List configsList)
      Called when items are added to or deleted from the configurations list.