public interface BuildConfigListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
configsListUpdated(java.util.List configsList)
Called when items are added to or deleted from the configurations list.
|
void |
currConfigChanged(java.lang.String configFilePath)
Called when the current configuration has changed.
|
void currConfigChanged(java.lang.String configFilePath)
configFilePath - the path to the new current configuration filevoid configsListUpdated(java.util.List configsList)