Interface EventCollector
- All Known Implementing Classes:
EventAggregator,MallocLeakAggregator
public interface EventCollector
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidbooleanfinish()voidforEach(EventCollector.Visitor visitor)
-
Method Details
-
collect
-
beforeChunk
void beforeChunk() -
afterChunk
void afterChunk() -
finish
boolean finish() -
forEach
-