|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextConsumer
A TextConsumer is a Strategy for dealing with text.
Method Summary | |
---|---|
void |
consumeText(java.lang.String txt)
tc.consumeText(txt) consumes txt according to the algorithm implemented in tc. |
Method Detail |
---|
void consumeText(java.lang.String txt)
txt
- the text to be consumed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |