public interface AntProjectListener extends EventListener
Event methods are fired with read access to
ProjectManager.mutex()
.
Modifier and Type | Method and Description |
---|---|
void |
configurationXmlChanged(AntProjectEvent ev)
Called when a change was made to an XML project configuration file.
|
void |
propertiesChanged(AntProjectEvent ev)
Called when a change was made to a properties file that might be shared with Ant.
|
void configurationXmlChanged(AntProjectEvent ev)
ev
- an event with details of the changevoid propertiesChanged(AntProjectEvent ev)
Note: normally you would not use this event to detect property changes.
Use the property change listener from PropertyEvaluator
instead to find
changes in the interpreted values of Ant properties, possibly coming from multiple
properties files.
ev
- an event with details of the change