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

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

package org.dvb.net.rc;

/**
 * ConnectionFailedEvent - An event generated after an attempt to setup a connection for a
 * ConnectionRCInterface fails.
 */

public class ConnectionFailedEvent extends ConnectionRCEvent {
	/**
	 * Construct an event.
	 *
	 * @param source the ConnectionRCInterface whose connection attempt failed
	 */
	public ConnectionFailedEvent(Object source){
		super(source);
	}
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy