net.sf.javadocbuilder.extensions
Interface Manager.IteratorCallback

All Known Implementing Classes:
Manager.TemplateSourceCallback
Enclosing interface:
Manager

static interface Manager.IteratorCallback

Interface for actions to execute when iterating over extension points. The method onExtension(IExtension) is called for each IExtension defiened. The method onConfigurationElement(IConfigurationElement) is called for each IConfigurationElement found in each extension.


Method Summary
 void onConfigurationElement(IConfigurationElement element)
           
 void onExtension(IExtension extension)
           
 

Method Detail

onExtension

public void onExtension(IExtension extension)

onConfigurationElement

public void onConfigurationElement(IConfigurationElement element)