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-adhoc.jenkins.BuildJDK25x86-64linuxPersonal
java.desktop
java.awt.desktop
AboutHandler
Contents
Description
Method Summary
Method Details
handleAbout(AboutEvent)
Hide sidebar
Show sidebar
Interface AboutHandler
public interface
AboutHandler
An implementer receives notification when the app is asked to show its about dialog.
Since:
9
See Also:
Desktop.setAboutHandler(AboutHandler)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handleAbout
(
AboutEvent
e)
Called when the application is asked to show its about dialog.
Method Details
handleAbout
void
handleAbout
(
AboutEvent
e)
Called when the application is asked to show its about dialog.
Parameters:
e
- the request to show the about dialog