OSDN Git Service

水準器の表示を少し変更。
[gokigen/A01c.git] / wear / src / main / java / jp / sfjp / gokigen / a01c / liveview / ILiveImageStatusNotify.java
1 package jp.sfjp.gokigen.a01c.liveview;
2
3 /**
4  *
5  *
6  */
7 public interface ILiveImageStatusNotify
8 {
9
10     void toggleShowLevelGauge();
11     void toggleShowGridFrame();
12     boolean isShowGrid();
13     boolean isShowLevelGauge();
14 }