Uses of Interface
org.davic.mpeg.sections.SectionFilterListener

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

Uses of SectionFilterListener in org.davic.mpeg.sections
 

Methods in org.davic.mpeg.sections with parameters of type SectionFilterListener
 void SectionFilter.addSectionFilterListener(SectionFilterListener listener)
          Specifies an object to be notified of events relating to this SectionFilter object.
 void SectionFilter.removeSectionFilterListener(SectionFilterListener listener)
          Indicates that an object is no longer to be notified of events relating to this SectionFilter object.