antsnest.datastructure
Interface ChangeListener

All Known Implementing Classes:
DefaultAntAttribute

public interface ChangeListener

Used to receive alerts when an attribute or nested element changes

Author:
Chris Clohosy
See Also:
ChangeEvent

Method Summary
 void nodeChanged(ChangeEvent event)
          Called when a node is changed
 

Method Detail

nodeChanged

void nodeChanged(ChangeEvent event)
Called when a node is changed

Parameters:
event - the event that encapsulates information about the change