org.pealfactory.compose.halfleadspliced
Interface ComposerHost
- All Known Implementing Classes:
- Elf, ComposerApp
- public interface ComposerHost
An interface which must be implemented by applications or applets
hosting a Composer instance. It is the means by which the Composer
communicates with its hosting environment. Currently the only
required API is outputComp(), which the Composer calls to supply
newly-produced compositions.
- Since:
- Indis
|
Method Summary |
void |
outputComp(OutputComp comp)
Must be implemented to supply a callback used by the Composer
to output compositions found by the search. |
outputComp
public void outputComp(OutputComp comp)
- Must be implemented to supply a callback used by the
Composer
to output compositions found by the search.