public interface PSEventProducer extends EventProducer
Modifier and Type | Interface and Description |
---|---|
static class |
PSEventProducer.Provider
Provider class for the event producer.
|
Modifier and Type | Method and Description |
---|---|
void |
postscriptDictionaryParseError(Object source,
String content,
Exception e)
A PostScript dictionary could not be parsed.
|
void |
postscriptLevel3Needed(Object source)
PostScript Level 3 features are necessary.
|
void postscriptDictionaryParseError(Object source, String content, Exception e)
source
- the event sourcecontent
- the PostScript contente
- the original exceptionvoid postscriptLevel3Needed(Object source)
source
- the event sourceCopyright © 2025 Apache Software Foundation. All rights reserved.