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

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

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

/**
 * ConnectionEstablishedEvent - An event generated after a connection is established
 * for a ConnectionRCInterface.
 */

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy