Package org.apache.pivot.wtk
Interface Application.AboutHandler
-
- All Known Subinterfaces:
ApplicationWithProperties.AboutHandler
- Enclosing interface:
- Application
public static interface Application.AboutHandler
Optional interface that allows an application to present information about itself.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
aboutRequested()
Called to notify the application that it should present its "about" information.
-