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

📄 selectionfailedevent.java

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

package javax.tv.service.selection;


public class SelectionFailedEvent extends ServiceContextEvent {

	public static final int INTERRUPTED = 1;


	public static final int CA_REFUSAL = 2;


	public static final int CONTENT_NOT_FOUND = 3;


	public static final int MISSING_HANDLER = 4;


	public static final int TUNING_FAILURE = 5;


	public static final int INSUFFICIENT_RESOURCES = 6;


	private int reason;


	public SelectionFailedEvent( ServiceContext source, int reason) {
		super(source);
	}


	public int getReason() {
		return this.reason;
	}

}

⌨️ 快捷键说明

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