Class ResourceHandler.IncludeResourceListener

java.lang.Object
org.apache.fop.render.ps.ResourceHandler.IncludeResourceListener
All Implemented Interfaces:
org.apache.xmlgraphics.ps.dsc.DSCListener
Enclosing class:
ResourceHandler

private class ResourceHandler.IncludeResourceListener extends Object implements org.apache.xmlgraphics.ps.dsc.DSCListener
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private org.apache.xmlgraphics.ps.PSGenerator
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    IncludeResourceListener(org.apache.xmlgraphics.ps.PSGenerator gen)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processEvent(org.apache.xmlgraphics.ps.dsc.events.DSCEvent event, org.apache.xmlgraphics.ps.dsc.DSCParser parser)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • gen

      private org.apache.xmlgraphics.ps.PSGenerator gen
  • Constructor Details

    • IncludeResourceListener

      public IncludeResourceListener(org.apache.xmlgraphics.ps.PSGenerator gen)
  • Method Details

    • processEvent

      public void processEvent(org.apache.xmlgraphics.ps.dsc.events.DSCEvent event, org.apache.xmlgraphics.ps.dsc.DSCParser parser) throws IOException, org.apache.xmlgraphics.ps.dsc.DSCException
      Specified by:
      processEvent in interface org.apache.xmlgraphics.ps.dsc.DSCListener
      Throws:
      IOException
      org.apache.xmlgraphics.ps.dsc.DSCException