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

org.davic.media.MediaPresentedEvent Maven / Gradle / Ivy

package org.davic.media;

/**
 * Generated as soon as possible after new content is actually being presented to the user, 
 * regardless of whether a state change has taken place in the player or not.
 */
public class MediaPresentedEvent extends javax.media.ControllerEvent 
{
	/**
	 * @param source the controller concerned
	 */
	public MediaPresentedEvent(javax.media.Controller source)
	{
		super(source);
	}
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy