зеркало из https://github.com/mozilla/pjs.git
[not part of build] Added JNIRunnable to support security proxying.
This commit is contained in:
Родитель
5a5dbdf9e2
Коммит
d64c8630bd
|
@ -57,3 +57,13 @@ class JNIThread extends Thread {
|
|||
|
||||
public native void run();
|
||||
}
|
||||
|
||||
class JNIRunnable implements Runnable {
|
||||
private int mJavaMessage;
|
||||
|
||||
private JNIRunnable(int javaMessage) {
|
||||
mJavaMessage = javaMessage;
|
||||
}
|
||||
|
||||
public native void run();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче