⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 connectionrcinterface.java

📁 MHP java class for Interactive TV use
💻 JAVA
字号:

package org.dvb.net.rc;


public class ConnectionRCInterface extends RCInterface implements org.davic.resources.ResourceProxy {

	private float setupTimeEstimate;
	private ConnectionParameters currentTarget;
	private ConnectionParameters target;
	private int connectedTime;
	private org.davic.resources.ResourceClient client;


	protected ConnectionRCInterface() {
	}


	public boolean isConnected() {
		return false;

	}


	public float getSetupTimeEstimate() {
		return this.setupTimeEstimate;
	}


	public void reserve(org.davic.resources.ResourceClient c, java.lang.Object requestData) throws PermissionDeniedException {
	}


	public void release() {
	}


	public void connect() throws java.io.IOException, PermissionDeniedException {
	}


	public void disconnect() throws PermissionDeniedException {
	}


	public ConnectionParameters getCurrentTarget() throws IncompleteTargetException {
		return this.currentTarget;
	}


	public void setTarget( ConnectionParameters target) throws IncompleteTargetException, PermissionDeniedException {
		this.target = target;
	}


	public void setTargetToDefault() throws PermissionDeniedException {
	}


	public int getConnectedTime() {
		return this.connectedTime;
	}


	public org.davic.resources.ResourceClient getClient() {
		return this.client;
	}


	public void addConnectionListener( ConnectionListener l) {
	}


	public void removeConnectionListener( ConnectionListener l) {
	}

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -