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

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

package org.dvb.media;

/**
 * The listener used to receive video format events
 */

public interface VideoFormatListener extends java.util.EventListener
{
	/**
	 * receive a VideoFormatEvent
	 * 
	 * @param anEvent the VideoFormatEvent that has been received
	 */
	public void receiveVideoFormatEvent(VideoFormatEvent anEvent);
	
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy