|
PageMixer API - 3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jp.ne.dti.lares.foozy.pagemixer.mixer.NullConsumer
Implementation of consumer to do NOTHING.
Constructor Summary | |
NullConsumer()
Create NULL consumer. |
Method Summary | |
void |
clear()
Do nothing. |
void |
consume(ConsumerContext context,
Token token)
Do nothing. |
void |
flush(ConsumerContext context)
Do nothing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullConsumer()
Method Detail |
public void consume(ConsumerContext context, Token token)
consume
in interface Consumer
context
- context processing depends ontoken
- token to be processedpublic void flush(ConsumerContext context)
flush
in interface Consumer
context
- context processing depends onpublic void clear()
clear
in interface Consumer
|
PageMixer API - 3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |