Interface | Description |
---|---|
OutputExtensionModel<X,T> |
OutputExtension's purpose is to take resourceData and convert it into another data format so that it can be rendered correctly
by the output-plugin.
|
OutputPluginModel<X,T> |
The OutputPlugin class gets Event and then starts threads filled with output-extension tasks to create the final
output and then render it on its own medium
|
Class | Description |
---|---|
OutputManager |
OutputManager manages all output plugins and is the main class anyone outside the output package should talk to.
|
Copyright © 2016. All rights reserved.