JavaScript is disabled on your browser.
Skip navigation links
Java SE 22
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
java.desktop
Package
java.awt.desktop
Interface OpenURIHandler
public interface
OpenURIHandler
An implementor is notified when the application is asked to open a URI.
Since:
9
See Also:
Desktop.setOpenURIHandler(OpenURIHandler)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
openURI
(
OpenURIEvent
e)
Called when the application is asked to open a
URI
.
Method Details
openURI
void
openURI
(
OpenURIEvent
e)
Called when the application is asked to open a
URI
.
Parameters:
e
- the request to open a
URI