Class ActionMap.ActionMapInterface

All Implemented Interfaces:
Proxy
Enclosing interface:
ActionMap

public static class ActionMap.ActionMapInterface extends TypeInterface
The virtual function table for ActionMap.
Since:
2.32
  • Constructor Details

    • ActionMapInterface

      public ActionMapInterface(MemorySegment address)
      Create a ActionMapInterface proxy instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
  • Method Details

    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • overrideLookupAction

      public void overrideLookupAction(Arena arena, @Nullable Method method)
      Override virtual method lookup_action.
      Parameters:
      method - the method to invoke
    • overrideAddAction

      public void overrideAddAction(Arena arena, @Nullable Method method)
      Override virtual method add_action.
      Parameters:
      method - the method to invoke
    • overrideRemoveAction

      public void overrideRemoveAction(Arena arena, @Nullable Method method)
      Override virtual method remove_action.
      Parameters:
      method - the method to invoke