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