Uses of Class
org.scijava.platform.event.AppQuitEvent
-
Packages that use AppQuitEvent Package Description org.scijava.app org.scijava.platform org.scijava.ui -
-
Uses of AppQuitEvent in org.scijava.app
Methods in org.scijava.app with parameters of type AppQuitEvent Modifier and Type Method Description protected voidDefaultAppService. onEvent(AppQuitEvent event) -
Uses of AppQuitEvent in org.scijava.platform
Methods in org.scijava.platform with parameters of type AppQuitEvent Modifier and Type Method Description protected voidDefaultAppEventService. onEvent(AppQuitEvent event)Deprecated. -
Uses of AppQuitEvent in org.scijava.ui
Methods in org.scijava.ui with parameters of type AppQuitEvent Modifier and Type Method Description protected voidDefaultUIService. onEvent(AppQuitEvent event)
-