Package com.biglybt.core.devices
Interface DeviceSearchListener
-
public interface DeviceSearchListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
complete()
void
deviceFound(Device device)
-
-
-
Method Detail
-
deviceFound
void deviceFound(Device device)
-
complete
void complete()
-
-