Forgot to add this yesterday: interface for jni thread to use to shift

drawing into BoardView where it can be synchronized.
This commit is contained in:
eehouse 2010-02-21 04:58:04 +00:00
parent 93ad1f3b30
commit fe8e49bce2

View file

@ -0,0 +1,8 @@
package org.eehouse.android.xw4.jni;
public interface SyncedDraw {
void doJNIDraw();
}