Android Open Source - simple-android-bt Update Received Runnable






From Project

Back to project page simple-android-bt.

License

The source code is released under:

MIT License

If you think the Android project simple-android-bt listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package io.generalpurpose.sandbox;

/**
 * Created by nathan on 4/5/14.
 */
public interface UpdateReceivedRunnable {
    void run(int count, byte[] data);
}




Java Source Code List

io.generalpurpose.sandbox.ConnectThread.java
io.generalpurpose.sandbox.MainActivity.java
io.generalpurpose.sandbox.ManageSocketRunnable.java
io.generalpurpose.sandbox.ReadWriteThread.java
io.generalpurpose.sandbox.UpdateReceivedRunnable.java