public interface DSCListener
限定符和类型 | 方法和说明 |
---|---|
void |
processEvent(DSCEvent event,
DSCParser parser)
Called for each DSC event.
|
void processEvent(DSCEvent event, DSCParser parser) throws IOException, DSCException
event
- the DSC eventparser
- the DSC parserIOException
- if an I/O error occursDSCException
- if a DSC-specific error occursCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.