public class MacOSAppEventDispatcher extends Object
Constructor and Description |
---|
MacOSAppEventDispatcher(Application app,
EventService eventService) |
MacOSAppEventDispatcher(EventService eventService) |
Modifier and Type | Method and Description |
---|---|
void |
appHidden(AppHiddenEvent e) |
void |
appMovedToBackground(AppForegroundEvent e) |
void |
appRaisedToForeground(AppForegroundEvent e) |
void |
appReOpened(AppReOpenedEvent e) |
void |
appUnhidden(AppHiddenEvent e) |
void |
handleAbout(AboutEvent e) |
void |
handlePreferences(PreferencesEvent e) |
void |
handleQuitRequestWith(QuitEvent e,
QuitResponse r) |
void |
openFiles(OpenFilesEvent event) |
void |
printFiles(PrintFilesEvent e) |
void |
screenAboutToSleep(ScreenSleepEvent e) |
void |
screenAwoke(ScreenSleepEvent e) |
void |
systemAboutToSleep(SystemSleepEvent e) |
void |
systemAweoke(SystemSleepEvent e) |
void |
systemAwoke(SystemSleepEvent e) |
void |
userSessionActivated(UserSessionEvent e) |
void |
userSessionDeactivated(UserSessionEvent e) |
public MacOSAppEventDispatcher(EventService eventService)
public MacOSAppEventDispatcher(Application app, EventService eventService)
public void handleAbout(AboutEvent e)
public void handlePreferences(PreferencesEvent e)
public void printFiles(PrintFilesEvent e)
public void handleQuitRequestWith(QuitEvent e, QuitResponse r)
public void userSessionActivated(UserSessionEvent e)
public void userSessionDeactivated(UserSessionEvent e)
public void systemAboutToSleep(SystemSleepEvent e)
public void systemAwoke(SystemSleepEvent e)
public void systemAweoke(SystemSleepEvent e)
public void screenAboutToSleep(ScreenSleepEvent e)
public void screenAwoke(ScreenSleepEvent e)
public void appHidden(AppHiddenEvent e)
public void appUnhidden(AppHiddenEvent e)
public void appMovedToBackground(AppForegroundEvent e)
public void appRaisedToForeground(AppForegroundEvent e)
public void appReOpened(AppReOpenedEvent e)
public void openFiles(OpenFilesEvent event)
Copyright © 2015–2022 SciJava. All rights reserved.