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(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-2012 The Apache Software Foundation. All Rights Reserved.