Class LoadableIcon.LoadableIconIface

All Implemented Interfaces:
Proxy
Enclosing interface:
LoadableIcon

public static class LoadableIcon.LoadableIconIface extends TypeInterface
Interface for icons that can be loaded as a stream.
  • Constructor Details

    • LoadableIconIface

      public LoadableIconIface(MemorySegment address)
      Create a LoadableIconIface 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
    • overrideLoad

      public void overrideLoad(Arena arena, @Nullable Method method)
      Override virtual method load.
      Parameters:
      method - the method to invoke
    • overrideLoadAsync

      public void overrideLoadAsync(Arena arena, @Nullable Method method)
      Override virtual method load_async.
      Parameters:
      method - the method to invoke
    • overrideLoadFinish

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