📄 transportstreamchangeevent.java
字号:
package javax.tv.service.transport;
public class TransportStreamChangeEvent extends TransportSIChangeEvent {
private TransportStreamCollection transportStreamCollection;
private TransportStream transportStream;
public TransportStreamChangeEvent( TransportStreamCollection collection, javax.tv.service.SIChangeType type, TransportStream ts) {
super(collection, type, ts);
}
public TransportStreamCollection getTransportStreamCollection() {
return this.transportStreamCollection;
}
public TransportStream getTransportStream() {
return this.transportStream;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -