broadcast
Interface SiGMLStreamNotify

All Known Implementing Classes:
SiGMLStreamTransmitter

public interface SiGMLStreamNotify


Method Summary
 void noteSiGMLSection(int lnPrev, int colPrev, int lnSSegStart, int colSSegStart, int lnSSegEnd, int colSSegEnd, long prsntclk)
           
 void noteSiGMLStreamDone(long totalclk)
           
 void noteSiGMLStreamStart()
           
 

Method Detail

noteSiGMLStreamStart

void noteSiGMLStreamStart()

noteSiGMLStreamDone

void noteSiGMLStreamDone(long totalclk)

noteSiGMLSection

void noteSiGMLSection(int lnPrev,
                      int colPrev,
                      int lnSSegStart,
                      int colSSegStart,
                      int lnSSegEnd,
                      int colSSegEnd,
                      long prsntclk)