Package com.netcracker.profiler.sax.raw
Interface ISuspendLogVisitor
- All Known Implementing Classes:
InMemorySuspendLogBuilder,InMemorySuspendLogBuilderStub,MultiRangeSuspendLogBuilder,SuspendLogBuilder,SuspendLogCollapsingVisitor,SuspendLogSummary,SuspendLogVisitor
public interface ISuspendLogVisitor
-
Method Summary
-
Method Details
-
visitHiccup
void visitHiccup(long date, int delay) -
visitEnd
void visitEnd() -
asSkipVisitEnd
ISuspendLogVisitor asSkipVisitEnd()
-