OSDN Git Service

androidx対応。
[gokigen/A01d.git] / app / src / main / java / net / osdn / gokigen / a01d / camera / ICameraStatusWatcher.java
1 package net.osdn.gokigen.a01d.camera;
2
3
4 import net.osdn.gokigen.a01d.liveview.ICameraStatusUpdateNotify;
5
6 import androidx.annotation.NonNull;
7
8 public interface ICameraStatusWatcher
9 {
10     void startStatusWatch(@NonNull ICameraStatusUpdateNotify notifier);
11     void stopStatusWatch();
12 }