Interface ProxyNativeObject

All Superinterfaces:
Proxy

public interface ProxyNativeObject extends Proxy
Interface to be implemented to mimic native pointers.
Since:
19.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the native pointer value that this object represents.
  • Method Details

    • asPointer

      long asPointer()
      Returns the native pointer value that this object represents.
      Since:
      19.0