Schnittstelle BuildConfigListener

Alle Superschnittstellen:
EventListener

public interface BuildConfigListener extends EventListener
Autor:
Mik Kersten
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    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.
  • Methodendetails

    • currConfigChanged

      void currConfigChanged(String configFilePath)
      Called when the current configuration has changed.
      Parameter:
      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.