Class GTSConnector.ReaderListener

  • All Implemented Interfaces:
    org.apache.poi.poifs.eventfilesystem.POIFSReaderListener
    Enclosing class:
    GTSConnector

    protected static class GTSConnector.ReaderListener
    extends java.lang.Object
    implements org.apache.poi.poifs.eventfilesystem.POIFSReaderListener
    Reader listener object that extracts the app name
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String appName  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReaderListener()
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAppName()
      Get the app name.
      void processPOIFSReaderEvent​(org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent event)
      Process an "event" from POIFS - which is basically just the fact that we saw what we said we wanted to see, namely the SummaryInfo stream.
      • Methods inherited from class java.lang.Object

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

      • appName

        protected java.lang.String appName
    • Constructor Detail

      • ReaderListener

        public ReaderListener()
        Constructor.
    • Method Detail

      • getAppName

        public java.lang.String getAppName()
        Get the app name.
      • processPOIFSReaderEvent

        public void processPOIFSReaderEvent​(org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent event)
        Process an "event" from POIFS - which is basically just the fact that we saw what we said we wanted to see, namely the SummaryInfo stream.
        Specified by:
        processPOIFSReaderEvent in interface org.apache.poi.poifs.eventfilesystem.POIFSReaderListener