Uses of Interface
templates.library.TemplateLibraryListener

Packages that use TemplateLibraryListener
templates.library   
 

Uses of TemplateLibraryListener in templates.library
 

Classes in templates.library that implement TemplateLibraryListener
 class LibraryUI
          The UI for the template library.
 

Methods in templates.library that return TemplateLibraryListener
 TemplateLibraryListener[] TemplateLibrary.getTemplateLibraryListeners()
          Returns all current subscribers to this template library.
 

Methods in templates.library with parameters of type TemplateLibraryListener
 void TemplateLibrary.addListener(TemplateLibraryListener listener)
          Subscribe the given listener to receive notifications from this template library.
 void TemplateLibrary.removeListener(TemplateLibraryListener listener)
          Cancel the subscription the given listener to receive notifications from this template library.