Searched refs:QuitHandler (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A DQuitHandler.java33 * @see Application#setQuitHandler(QuitHandler)
39 public interface QuitHandler { interface
H A DApplication.java216 public void setQuitHandler(final QuitHandler quitHandler) {
239 * <b>Note: enabling sudden termination will allow your application to be quit without notifying your QuitHandler, or running any shutdown hooks.</b>
H A D_AppEventLegacyHandler.java39 class _AppEventLegacyHandler implements AboutHandler, PreferencesHandler, _OpenAppHandler, AppReOpenedListener, OpenFilesHandler, PrintFilesHandler, QuitHandler {
H A D_AppEventHandler.java388 class _QuitDispatcher extends _AppEventDispatcher<QuitHandler> {
393 void performUsing(final QuitHandler handler, final _NativeEvent event) {

Completed in 42 milliseconds