public interface ItemListener
This interface is meant to be realized by other classes that would observe an Item, including its own subclasses, so that they can respond to changes in the system caused by the Item. This includes things like creating or destroying files for example.
Modifier and Type | Method and Description |
---|---|
void |
reloadProjectData()
This operation informs the listener that it should reload its data in
response to a change that the Item made to the project.
|