Uses of Interface
com.vividsolutions.jump.workbench.ui.ApplicationExitHandler
-
Packages that use ApplicationExitHandler Package Description com.vividsolutions.jump.workbench.ui -
-
Uses of ApplicationExitHandler in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui with parameters of type ApplicationExitHandler Modifier and Type Method Description void
WorkbenchFrame. addApplicationExitHandler(ApplicationExitHandler aeh)
Adds an ApplicationExitHandler, wich will be executed if the WorkbenchFrame gets closing.void
WorkbenchFrame. removeApplicationExitHandler(ApplicationExitHandler aeh)
Remove's the given ApplicationExitHandler.
-