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

javax.media.StopByRequestEvent Maven / Gradle / Ivy

package javax.media;


/*
 * @version @(#)$Header: /home/cvs_test/CVSSource/ocap_reorg/ocap_api/src/javax/media/StopByRequestEvent.java,v 1.3 2007/07/13 00:20:13 agordon Exp $
 */
public class StopByRequestEvent extends StopEvent
{
    public StopByRequestEvent(Controller from, int previous, int current,
        int target, Time mediaTime)
    {
        super(from, previous, current, target, mediaTime);
    }
}
  




© 2015 - 2025 Weber Informatics LLC | Privacy Policy