com.partnersoft.v3x.apps.Staker.interfaces
Interface SummaryIteratorCollector
- All Known Implementing Classes:
- CADPMapCollector, DBRecordInterfaceModule.OutputCollector
public interface SummaryIteratorCollector
This interface is for objects that want to take action based on the steps in
a JobSummaryIterator.
forTheJob
void forTheJob(SummaryIteratorState state)
forEachLocation
void forEachLocation(SummaryIteratorState state)
forEachUnitAggregate
void forEachUnitAggregate(SummaryIteratorState state)
whenFinished
void whenFinished(SummaryIteratorState state)