net.sourceforge.java.feednread.frontend.tray
Class TrayHandler.TrayItemHandler

java.lang.Object
  extended bynet.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

Constructor Summary
private TrayHandler.TrayItemHandler()
           
 
Method Summary
 void handleEvent(Event event)
           Sent when an event of type SWT.MenuDetect occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrayHandler.TrayItemHandler

private TrayHandler.TrayItemHandler()
Method Detail

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