net.sourceforge.java.feednread.frontend.tray
Class TrayHandler.TraySelectionHandler
java.lang.Object
org.eclipse.swt.events.SelectionAdapter
net.sourceforge.java.feednread.frontend.tray.TrayHandler.TraySelectionHandler
- All Implemented Interfaces:
- EventListener, SelectionListener, SWTEventListener
- Enclosing class:
- TrayHandler
- private class TrayHandler.TraySelectionHandler
- extends SelectionAdapter
Internal Event Handler class to restore the application window after
is has been minimized to tray.
- Author:
- Sebastian
Machhausen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrayHandler.TraySelectionHandler
private TrayHandler.TraySelectionHandler()
widgetSelected
public void widgetSelected(SelectionEvent se)
Called whenever the user clicks the application's system tray icon.
The application window is restored in this case.