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

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

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

/**
 * Sent to listeners on a DSMCCStream object when NPT newly appears for that DSMCC stream  
 * when it was not previously present. This is specific to the particular timebase for this 
 * stream.
 * @since MHP 1.0.1
 */

public class NPTPresentEvent extends NPTStatusEvent {
	/**
	 * Construct an event.
	 * @param source the DSMCCStream for which the NPT event appeared.
	 */
	public NPTPresentEvent( DSMCCStream source ){super(source);}
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy