org.aspectj.ajde.internal
Interface BuildConfigListener

All Superinterfaces:
java.util.EventListener

public interface BuildConfigListener
extends java.util.EventListener


Method Summary
 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.
 

Method Detail

currConfigChanged

void currConfigChanged(java.lang.String configFilePath)
Called when the current configuration has changed.

Parameters:
configFilePath - the path to the new current configuration file

configsListUpdated

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