Interface AMDDebugOutputCallback.Handler

Enclosing class:
AMDDebugOutputCallback

public static interface AMDDebugOutputCallback.Handler
Implementations of this interface can be used to receive AMD_debug_output notifications.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleMessage(int id, int category, int severity, String message)
    This method will be called when an AMD_debug_output message is generated.
  • Method Details

    • handleMessage

      void handleMessage(int id, int category, int severity, String message)
      This method will be called when an AMD_debug_output message is generated.
      Parameters:
      id - the message ID
      category - the message category
      severity - the message severity
      message - the string representation of the message.