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

/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A DQuitResponse.java40 final _AppEventHandler appEventHandler; field in class:QuitResponse
42 QuitResponse(final _AppEventHandler appEventHandler) { argument
43 this.appEventHandler = appEventHandler;
50 if (appEventHandler.currentQuitResponse != this) return;
51 appEventHandler.performQuit();
59 if (appEventHandler.currentQuitResponse != this) return;
60 appEventHandler.cancelQuit();

Completed in 28 milliseconds