templates.library
Interface TemplateLibraryListener
- All Known Implementing Classes:
- LibraryUI
public interface TemplateLibraryListener
Callback interface for listeners to changes in TemplateLibrarys. Such
listeners need to register with the TemplateLibrarys they'd like to
monitor.
- Author:
- Lenko Grigorov
templateCollectionChanged
void templateCollectionChanged(TemplateLibrary source)
- Called when there has been a change in the content of the
TemplateLibrary to which this listener subscribes.
- Parameters:
source - the template library whose content has changed