ReportEvent

Generic interface that a reporter can implement.

Event order: * mutationKindEvent * locationStatEvent * locationEvent. Looping over every mutant. * locationEndEvent * locationStatEvent * statEvent

Members

Functions

locationEndEvent
void locationEndEvent()
Undocumented in source.
locationEvent
void locationEvent(Database db, IterateMutantRow )
Undocumented in source.
locationStartEvent
void locationStartEvent(Database db)
Undocumented in source.
locationStatEvent
void locationStatEvent()
Undocumented in source.
mutationKindEvent
void mutationKindEvent(MutationKind[] )

The printer is informed of what kind of mutants there are.

statEvent
void statEvent(Database db)
Undocumented in source.

Meta