JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 25 & JDK 25
DRAFT 25-internal+20-suse-6.5-x8664
java.desktop
java.awt.desktop
OpenURIHandler
Contents
Description
Method Summary
Method Details
openURI(OpenURIEvent)
Hide sidebar
Show sidebar
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