org.rococoa.cocoa.webkit
Interface WebKitLibrary.NPP_URLNotifyProcPtr

All Superinterfaces:
Callback
Enclosing interface:
WebKitLibrary

public static interface WebKitLibrary.NPP_URLNotifyProcPtr
extends Callback


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
 void invoke(NPP_t instance, ByteByReference URL, short reason, Pointer notifyData)
           
 

Method Detail

invoke

void invoke(NPP_t instance,
            ByteByReference URL,
            short reason,
            Pointer notifyData)