net.sf.jeters.componentInterface
Interface OutputComponent<T extends net.sf.jeters.componentInterface.editables.EditableText>

All Superinterfaces:
Component
All Known Implementing Classes:
FileIO, MediaWikiIO, UserIO

public interface OutputComponent<T extends net.sf.jeters.componentInterface.editables.EditableText>
extends Component

the interface making a class a JETERS-Output-component.

For details about output components and other JETERS concepts read the documentation provided for the project.

Version:
[development]
Author:
Tobias Knerr

Method Summary
 void output(T text, UIComponent uiForRequests)
          receive a text that can be edited by the program
 

Method Detail

output

void output(T text,
            UIComponent uiForRequests)
receive a text that can be edited by the program

Parameters:
text - the text that has been edited and should now be printed/written/etc. as the result
uiForRequests - UI-component for communication with the user (if necessary)