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