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