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 voidWorkbenchFrame. addApplicationExitHandler(ApplicationExitHandler aeh)Adds an ApplicationExitHandler, wich will be executed if the WorkbenchFrame gets closing.voidWorkbenchFrame. removeApplicationExitHandler(ApplicationExitHandler aeh)Remove's the given ApplicationExitHandler.
-