OSDN Git Service

initial
[gokigen/A01d.git] / app / src / main / java / net / osdn / gokigen / a01d / liveview / IStatusViewDrawer.java
1 package net.osdn.gokigen.a01d.liveview;
2
3 interface IStatusViewDrawer
4 {
5     void updateGridIcon();
6     void updateConnectionStatus();
7     /*
8     void updateStatusView(String message);
9     void updateFocusAssistStatus();
10     void updateGridFrameStatus();
11     void showFavoriteSettingDialog();
12
13     void toggleTimerStatus();
14
15     void toggleGpsTracking();
16     void updateGpsTrackingStatus();
17
18     IMessageDrawer getMessageDrawer();
19 */
20 }