Package org.aspectj.ajde.internal
Interface BuildConfigListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigsListUpdated(List configsList) Called when items are added to or deleted from the configurations list.voidcurrConfigChanged(String configFilePath) Called when the current configuration has changed.
-
Method Details
-
currConfigChanged
Called when the current configuration has changed.- Parameters:
configFilePath- the path to the new current configuration file
-
configsListUpdated
Called when items are added to or deleted from the configurations list.
-