Refactoring of EasySetup Android implementation
[platform/upstream/iotivity.git] / service / easy-setup / sdk / mediator / android / EasySetupCore / src / main / java / org / iotivity / service / easysetup / core / EasySetupStatus.java
1 package org.iotivity.service.easysetup.core;
2
3 public interface EasySetupStatus {
4
5         public void onFinished(EnrolleeDevice enrolledevice);
6         public void onProgress(EnrolleeState state);
7
8 }