fop svn-trunk

org.apache.fop.render.ps
Interface PSEventProducer

All Superinterfaces:
EventProducer

public interface PSEventProducer
extends EventProducer

Event producer interface for events generated by the PostScript renderer.


Nested Class Summary
static class PSEventProducer.EventModelFactory
          Event model factory for this event producer.
static class PSEventProducer.Provider
          Provider class for the event producer.
 
Method Summary
 void postscriptDictionaryParseError(java.lang.Object source, java.lang.String content, java.lang.Exception e)
          A PostScript dictionary could not be parsed.
 

Method Detail

postscriptDictionaryParseError

void postscriptDictionaryParseError(java.lang.Object source,
                                    java.lang.String content,
                                    java.lang.Exception e)
A PostScript dictionary could not be parsed.

Parameters:
source - the event source
content - the PostScript content
e - the original exception
Event severity level:
ERROR

fop svn-trunk

Copyright 1999-2009 The Apache Software Foundation. All Rights Reserved.