All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.davic.mpeg.sections.SectionFilterListener Maven / Gradle / Ivy

package org.davic.mpeg.sections;
 /**
  * The SectionFilterListener interface is implemented by classes which wish to be informed 
  * about events relating to section filters.
  */
public interface SectionFilterListener extends java.util.EventListener
{
 /**
  * When a section filter event happens, the sectionFilterUpdate method of all listeners 
  * connected to the originating object will be called.
  */
  public void sectionFilterUpdate ( SectionFilterEvent event )
	;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy