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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
callback(com.sun.jna.Pointer handle, com.sun.jna.Pointer device)
-