Package com.sun.jna
Interface Function.PostCallRead
-
- All Known Implementing Classes:
StringArray
- Enclosing class:
- Function
public static interface Function.PostCallRead
Any argument which implements this interface will have theread()
method called immediately after function invocation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
read()
Perform any necessary post-call synchronization.
-