Uses of Interface
com.avpkit.ferry.JNIThreadProxy.Interruptable
-
Packages that use JNIThreadProxy.Interruptable Package Description com.avpkit.ferry A collection of classes that ferry objects from Java to native code and back, and manage native memory. -
-
Uses of JNIThreadProxy.Interruptable in com.avpkit.ferry
Methods in com.avpkit.ferry that return JNIThreadProxy.Interruptable Modifier and Type Method Description static JNIThreadProxy.InterruptableJNIThreadProxy. getGlobalInterruptHandler()Gets the current global interrupt handlerstatic JNIThreadProxy.InterruptableJNIThreadProxy. setGlobalInterruptable(JNIThreadProxy.Interruptable handler)Set a new global interrupt handler.Methods in com.avpkit.ferry with parameters of type JNIThreadProxy.Interruptable Modifier and Type Method Description static JNIThreadProxy.InterruptableJNIThreadProxy. setGlobalInterruptable(JNIThreadProxy.Interruptable handler)Set a new global interrupt handler.
-