OSDN Git Service

Theta制御のコマンドを組み込む。
[gokigen/ThetaThoughtShutter.git] / app / src / main / java / jp / osdn / gokigen / thetathoughtshutter / theta / operation / IOperationCallback.kt
diff --git a/app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/theta/operation/IOperationCallback.kt b/app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/theta/operation/IOperationCallback.kt
new file mode 100644 (file)
index 0000000..1aa1746
--- /dev/null
@@ -0,0 +1,6 @@
+package jp.osdn.gokigen.thetathoughtshutter.theta.operation
+
+interface IOperationCallback
+{
+    fun operationExecuted(result : Int, resultStr : String?)
+}