OSDN Git Service

Theta用のLV表示部分の作りこみ。(まだ動かしていない。)
[gokigen/A01d.git] / app / src / main / java / net / osdn / gokigen / a01d / camera / theta / wrapper / IThetaSessionIdNotifier.java
1 package net.osdn.gokigen.a01d.camera.theta.wrapper;
2
3 public interface IThetaSessionIdNotifier
4 {
5     void receivedSessionId(String sessionId);
6 }