Package org.ghost4j
Interface GhostscriptLibrary.display_callback_s.display_preclose
- All Superinterfaces:
com.sun.jna.Callback
- Enclosing class:
GhostscriptLibrary.display_callback_s
public static interface GhostscriptLibrary.display_callback_s.display_preclose
extends com.sun.jna.Callback
Callback called when device is about to be closed. Device will not be
closed until this function returns.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Callback
com.sun.jna.Callback.UncaughtExceptionHandler
-
Field Summary
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
-
Method Summary
Modifier and TypeMethodDescriptionint
callback
(com.sun.jna.Pointer handle, com.sun.jna.Pointer device)
-
Method Details
-
callback
int callback(com.sun.jna.Pointer handle, com.sun.jna.Pointer device)
-