net.sourceforge.java.feednread.frontend.tray
Class TrayNotificationHandler.NewsLinkHandler

java.lang.Object
  extended byorg.eclipse.ui.forms.events.HyperlinkAdapter
      extended bynet.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler.NewsLinkHandler
All Implemented Interfaces:
IHyperlinkListener
Enclosing class:
TrayNotificationHandler

private class TrayNotificationHandler.NewsLinkHandler
extends HyperlinkAdapter

Internal class to handle the hyperlink handling if the user clicks a news link in a notification.

Author:
Sebastian Machhausen

Constructor Summary
private TrayNotificationHandler.NewsLinkHandler()
           
 
Method Summary
 void linkActivated(HyperlinkEvent event)
           Brings the application to front and afterwards delegates the hyperlink handling to the EventCentral.actionNewsFeedEntryHyperlinkActivated(HyperlinkEvent) method.
 
Methods inherited from class org.eclipse.ui.forms.events.HyperlinkAdapter
linkEntered, linkExited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrayNotificationHandler.NewsLinkHandler

private TrayNotificationHandler.NewsLinkHandler()
Method Detail

linkActivated

public void linkActivated(HyperlinkEvent event)

Brings the application to front and afterwards delegates the hyperlink handling to the EventCentral.actionNewsFeedEntryHyperlinkActivated(HyperlinkEvent) method.