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

org.dvb.dsmcc.NPTRemovedEvent Maven / Gradle / Ivy

The newest version!
package org.dvb.dsmcc;

/**

 * Sent to listeners on a DSMCCStream object when a broadcast timeline which was present for that DSMCC 

 * stream is removed. This is specific to the particular timebase for this stream.
 * @since MHP 1.0.1
 */

public class NPTRemovedEvent extends NPTStatusEvent {
	/**
	 * Construct an event.

	 * @param source the DSMCCStream from which the broadcast timeline was removed

	 */
	public NPTRemovedEvent( DSMCCStream source ){ super(source);}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy