Interface GUILog.URLActionHandler

All Known Implementing Classes:
GUILog.DefaultURLActionHandler
Enclosing class:
GUILog

@OpenApiAll public static interface GUILog.URLActionHandler
An URL handler
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Any action protocol
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    openURL(String url, InputEvent event)
    Opens given url.
  • Field Details

  • Method Details

    • openURL

      boolean openURL(String url, InputEvent event)
      Opens given url.
      Parameters:
      url - url
      event - event
      Returns:
      true if url was handled, false if not