Interface OpenURIHandler


public interface OpenURIHandler
An implementor is notified when the application is asked to open a URI.
Since:
9
See Also:
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Called when the application is asked to open a URI.
  • Method Details Link icon

    • openURI Link icon

      void openURI(OpenURIEvent e)
      Called when the application is asked to open a URI.
      Parameters:
      e - the request to open a URI