org.rococoa.cocoa.webkit
Interface WebKitLibrary.NPAllocateFunctionPtr

All Superinterfaces:
Callback
Enclosing interface:
WebKitLibrary

public static interface WebKitLibrary.NPAllocateFunctionPtr
extends Callback

NPObject behavior is implemented using the following set of
callback functions.
The NPVariant *result argument of these functions (where
applicable) should be released using NPN_ReleaseVariantValue().


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Callback
Callback.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
 
Method Summary
 NPObject invoke(NPP_t npp, NPClass aClass)
           
 

Method Detail

invoke

NPObject invoke(NPP_t npp,
                NPClass aClass)