Class ResourceHandler.IncludeResourceListener

  • All Implemented Interfaces:
    org.apache.xmlgraphics.ps.dsc.DSCListener
    Enclosing class:
    ResourceHandler

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

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

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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • gen

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

      • IncludeResourceListener

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

      • processEvent

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