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

org.dvb.net.rc.ConnectionRCEvent Maven / Gradle / Ivy

package org.dvb.net.rc;

/**
 * ConnectionRCEvent - the base class for events related to connection
 * oriented return channels.
 */

public class ConnectionRCEvent extends java.util.EventObject {
	/**
	 * Construct an event
	 *
	 * @param source the ConnectionRCInterface
	 * for which the event was generated.
	 */
	public ConnectionRCEvent(Object source){
		super(source);
	}
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy