public interface DSCListener
Modifier and Type | Method and Description |
---|---|
void |
processEvent(DSCEvent event,
DSCParser parser)
Called for each DSC event.
|
void processEvent(DSCEvent event, DSCParser parser) throws java.io.IOException, DSCException
event
- the DSC eventparser
- the DSC parserjava.io.IOException
- if an I/O error occursDSCException
- if a DSC-specific error occursCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.