org.davic.mpeg.sections
Interface SectionFilterListener

All Superinterfaces:
java.util.EventListener

public interface SectionFilterListener
extends java.util.EventListener

The SectionFilterListener interface is implemented by classes which wish to be informed about events relating to section filters.


Method Summary
 void sectionFilterUpdate(SectionFilterEvent event)
          When a section filter event happens, the sectionFilterUpdate method of all listeners connected to the originating object will be called.
 

Method Detail

sectionFilterUpdate

void sectionFilterUpdate(SectionFilterEvent event)
When a section filter event happens, the sectionFilterUpdate method of all listeners connected to the originating object will be called.