Refactoring of EasySetup Android implementation
[platform/upstream/iotivity.git] / service / easy-setup / sdk / mediator / android / EasySetupCore / src / main / java / org / iotivity / service / easysetup / core / OnBoardingCallback.java
1 package org.iotivity.service.easysetup.core;
2
3 public abstract class OnBoardingCallback {
4     public abstract void onFinished(ConnectionInterface connection) ;
5 }