![JAR search and dependency download from the Maven repository](/logo.png)
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 - 2025 Weber Informatics LLC | Privacy Policy