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

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

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


/**
 * This event is generated if the format of the data received is inconsistent.
 */
   public class InvalidFormatEvent extends AsynchronousLoadingEvent {
   
	/**
	 * Create an InvalidFormatException object.
	 *
	 * @param o the DSMCCObject that generated the event.
         */
   	public InvalidFormatEvent (DSMCCObject o) {super(o);}

	/**
	 * Returns the DSMCCObject that generated the event
         *
	 * @return the DSMCCObject that generated the event
	 */
	public java.lang.Object getSource() {return null;}


   }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy