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

📄 presentationterminatedevent.java

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

package javax.tv.service.selection;


public class PresentationTerminatedEvent extends ServiceContextEvent {

	public static final int SERVICE_VANISHED = 1;


	public static final int TUNED_AWAY = 2;


	public static final int RESOURCES_REMOVED = 3;


	public static final int ACCESS_WITHDRAWN = 4;


	public static final int USER_STOP = 5;


	private int reason;


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


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

}

⌨️ 快捷键说明

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