JavaScript is disabled on your browser.
Skip navigation links
Java SE 22 & JDK 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 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