org.pealfactory.compose.halfleadspliced
Interface ComposerHost

All Known Implementing Classes:
ComposerApp, Elf

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.
 

Method Detail

outputComp

void outputComp(OutputComp comp)
Must be implemented to supply a callback used by the Composer to output compositions found by the search.