opt
This commit is contained in:
@@ -10,15 +10,6 @@ public abstract class AbsCameraScenario<T> implements ICameraScenario {
|
||||
private ICameraWindow mV2XWindow;
|
||||
private CloudRoadData mCloudRoadData;
|
||||
|
||||
// private IV2XButton mV2XButton;
|
||||
// private IV2XMarker mV2XMarker;
|
||||
// private IMoGoV2XStatusManager mV2XStatusManager;
|
||||
// private V2XMessageEntity<T> mV2XMessageEntity;
|
||||
|
||||
// protected AbsCameraScenario() {
|
||||
// this.mV2XStatusManager = V2XServiceManager.getMoGoV2XStatusManager();
|
||||
// }
|
||||
|
||||
public abstract void init(@Nullable CloudRoadData cloudRoadData);
|
||||
|
||||
@Override
|
||||
@@ -28,7 +19,6 @@ public abstract class AbsCameraScenario<T> implements ICameraScenario {
|
||||
clearPOI();
|
||||
}
|
||||
|
||||
|
||||
public ICameraWindow getV2XWindow() {
|
||||
return mV2XWindow;
|
||||
}
|
||||
@@ -45,21 +35,4 @@ public abstract class AbsCameraScenario<T> implements ICameraScenario {
|
||||
this.mCloudRoadData = mCloudRoadData;
|
||||
}
|
||||
|
||||
// public IV2XMarker getV2XMarker() {
|
||||
// return mV2XMarker;
|
||||
// }
|
||||
//
|
||||
// public IV2XButton getV2XButton() {
|
||||
// return mV2XButton;
|
||||
// }
|
||||
|
||||
// public void setV2XButton(@Nullable IV2XButton mV2XButton) {
|
||||
// this.mV2XButton = mV2XButton;
|
||||
// }
|
||||
//
|
||||
// public void setV2XMarker(@Nullable IV2XMarker mV2XMarker) {
|
||||
// this.mV2XMarker = mV2XMarker;
|
||||
// }
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -22,12 +22,4 @@ public interface ICameraWindow<T> {
|
||||
* @return 当前窗体
|
||||
*/
|
||||
View getView();
|
||||
|
||||
/**
|
||||
* 设置Window状态监听
|
||||
*
|
||||
* @param listener 监听器
|
||||
*/
|
||||
void setWindowStatusListener(CameraLiveWindowStatusListener listener);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user