net.sourceforge.java.feednread.frontend.tray
Class TrayHandler.TrayItemHandler
java.lang.Object
net.sourceforge.java.feednread.frontend.tray.TrayHandler.TrayItemHandler
- All Implemented Interfaces:
- Listener
- Enclosing class:
- TrayHandler
- private class TrayHandler.TrayItemHandler
- extends Object
- implements Listener
Internal Event Handler class to make the application's system tray popup
menu visible.
- Author:
- Sebastian
Machhausen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrayHandler.TrayItemHandler
private TrayHandler.TrayItemHandler()
handleEvent
public void handleEvent(Event event)
Sent when an event of type SWT.MenuDetect
occurs. This method makes the application's system tray popup menu
visible.
- Specified by:
handleEvent in interface Listener