Back to project page TrafoControl.
The source code is released under:
MIT License
If you think the Android project TrafoControl listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.bernhardeiling.trafocontrol.interfaces; //w w w .jav a2s .c o m import java.util.ArrayList; /** * Created by Bernhard on 28.08.14. */ public interface ScanDevicesInterface { void onFinishScanningConnectedDevices(ArrayList<String> devices); }