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

org.dvb.media.SubtitleListener Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package org.dvb.media;

/**
 * Report that a subtitle event has happened.
 */

public interface SubtitleListener 
		extends java.util.EventListener {
	/**
	 * Report a subtitle event has happened.
	 *
	 * @param event the event which happened
	 */
	public void subtitleStatusChanged(java.util.EventObject event);
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy