Uses of Interface
org.bridj.CallbackInterface

Packages that use CallbackInterface
org.bridj BridJ core classes and C runtime (Pointer, BridJ, SizeT, Platform, LastError...). 
org.bridj.cpp BridJ C++ runtime. 
org.bridj.jawt BridJ JAWT utilities (to get the native peer handle of an AWT Component). 
org.bridj.objc BridJ Objective-C runtime (MacOS X only, not working properly yet). 
 

Uses of CallbackInterface in org.bridj
 

Classes in org.bridj that implement CallbackInterface
 class Callback<C extends Callback<C>>
          Native C callback (beware : don't let your callbacks be GC'd before they're used).
 class DynamicFunction<R>
          Generic C function which invocation involves a bit of Java reflection.
 

Uses of CallbackInterface in org.bridj.cpp
 

Classes in org.bridj.cpp that implement CallbackInterface
static class CPPRuntime.CPPDestructor
           
 

Uses of CallbackInterface in org.bridj.jawt
 

Classes in org.bridj.jawt that implement CallbackInterface
static class JAWT_DrawingSurface.FreeDrawingSurfaceInfo_callback
           
static class JAWT_DrawingSurface.GetDrawingSurfaceInfo_callback
           
static class JAWT_DrawingSurface.Lock_callback
           
static class JAWT_DrawingSurface.Unlock_callback
           
static class JAWT.FreeDrawingSurface_callback
           
static class JAWT.GetComponent_callback
           
static class JAWT.GetDrawingSurface_callback
           
static class JAWT.Lock_callback
           
static class JAWT.Unlock_callback
           
 

Uses of CallbackInterface in org.bridj.objc
 

Classes in org.bridj.objc that implement CallbackInterface
 class ObjCBlock
           
 



Copyright © 2009-2013. All Rights Reserved.