|
xmlgraphics-commons 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.ps.dsc.FilteringEventListener
public class FilteringEventListener
DSCListener
implementation that filters certain DSC events.
Constructor Summary | |
---|---|
FilteringEventListener(DSCFilter filter)
Main constructor. |
Method Summary | |
---|---|
void |
processEvent(DSCEvent event,
DSCParser parser)
Called for each DSC event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilteringEventListener(DSCFilter filter)
filter
- the filterMethod Detail |
---|
public void processEvent(DSCEvent event, DSCParser parser) throws java.io.IOException, DSCException
processEvent
in interface DSCListener
event
- the DSC eventparser
- the DSC parser
java.io.IOException
- if an I/O error occurs
DSCException
- if a DSC-specific error occurs
|
xmlgraphics-commons 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |