Uses of Class
org.davic.mpeg.sections.SectionFilterEvent

Packages that use SectionFilterEvent
org.davic.mpeg.sections Provides access to MPEG-2 section filtering. 
 

Uses of SectionFilterEvent in org.davic.mpeg.sections
 

Subclasses of SectionFilterEvent in org.davic.mpeg.sections
 class EndOfFilteringEvent
          This class is used to report the end of a filtering operation started by RingSectionFilter or TableSectionFilter.
 class IncompleteFilteringEvent
          This class is used to report the end of a filtering operation started by TableSectionFilter.
 class SectionAvailableEvent
          This class is used to report a complete section being filtered.
 class TimeOutEvent
          This event is generated if section filter operations time out within the period specified by the setTimeOut() method.
 class VersionChangeDetectedEvent
          This class is used by TableSectionFilter to report that a section has been encountered which has a different version_number from earlier sections.
 

Methods in org.davic.mpeg.sections with parameters of type SectionFilterEvent
 void SectionFilterListener.sectionFilterUpdate(SectionFilterEvent event)
          When a section filter event happens, the sectionFilterUpdate method of all listeners connected to the originating object will be called.