protected static class GTSConnector.ReaderListener
extends java.lang.Object
implements org.apache.poi.poifs.eventfilesystem.POIFSReaderListener
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
appName |
Constructor and Description |
---|
ReaderListener()
Constructor.
|
Modifier and Type | Method and 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.
|
public java.lang.String getAppName()
public void processPOIFSReaderEvent(org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent event)
processPOIFSReaderEvent
in interface org.apache.poi.poifs.eventfilesystem.POIFSReaderListener