Class EntityReplacementLoggerImpl.SummaryListener
- java.lang.Object
-
- org.onebusaway.transit_data_federation.bundle.tasks.EntityReplacementLoggerImpl.SummaryListener
-
- All Implemented Interfaces:
MultiCSVLoggerSummarizeListener
- Enclosing class:
- EntityReplacementLoggerImpl
public static class EntityReplacementLoggerImpl.SummaryListener extends Object implements MultiCSVLoggerSummarizeListener
Compute the report once the gtfs has stabilized, so listen for the summarize event.
-
-
Constructor Summary
Constructors Constructor Description SummaryListener(EntityReplacementLoggerImpl self)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsummarize()listener interface for when the Log is about to be summarized.
-
-
-
Constructor Detail
-
SummaryListener
public SummaryListener(EntityReplacementLoggerImpl self)
-
-
Method Detail
-
summarize
public void summarize()
Description copied from interface:MultiCSVLoggerSummarizeListenerlistener interface for when the Log is about to be summarized. Can be used as a hint to do any report computations before MutliCSVLogger flushes its results.- Specified by:
summarizein interfaceMultiCSVLoggerSummarizeListener
-
-