OSDN Git Service

initial
[gokigen/A01d.git] / app / src / main / java / net / osdn / gokigen / a01d / camera / olympus / cameraproperty / ICametaPropertyUpdateNotify.java
1 package net.osdn.gokigen.a01d.camera.olympus.cameraproperty;
2
3
4 public interface ICametaPropertyUpdateNotify
5 {
6     void onCameraPropertyUpdate(int which);
7 }