[Mediator]Java SDK for the new C++ APIs
[platform/upstream/iotivity.git] / service / easy-setup / sdk / mediator / android / richsdk / EasySetupCore / src / main / java / org / iotivity / service / easysetup / mediator / IProvisionStatusNativeHandler.java
1 package org.iotivity.service.easysetup.mediator;
2
3
4 public interface IProvisionStatusNativeHandler {
5
6     public void onStatusRecieved(int state);
7
8 }