|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextReceiver
Text receiver provides general interface for all classes that accept portions of text.
Filter
Method Summary | |
---|---|
void |
nl()
Receives the line separator. |
void |
txt(String s)
Receives string. |
Method Detail |
---|
void txt(String s)
s
- The string to receive.void nl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |