jeters.core
Interface OutputComponent<T extends EditableText>

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

public interface OutputComponent<T extends EditableText>
extends Component

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

for details about output components and other JETERS concepts see *++LINK CONCEPTS (#Outputcomponents) TARGET:komp.Seite++*


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)