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

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

package org.dvb.net.rc;

/**
 * ConnectionTerminatedEvent - An event generated after a connected
 * ConnectionRCInterface is disconnected.
 */

public class ConnectionTerminatedEvent extends ConnectionRCEvent {
	/**
	 * Construct an event.
	 *
	 * @param source the ConnectionRCInterface whose status changed
	 */
	public ConnectionTerminatedEvent(Object source){
		super(source);
	}
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy