net.sourceforge.java.feednread.frontend.tray
Class TrayNotificationHandler.NewsLinkHandler
java.lang.Object
org.eclipse.ui.forms.events.HyperlinkAdapter
net.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrayNotificationHandler.NewsLinkHandler
private TrayNotificationHandler.NewsLinkHandler()
linkActivated
public void linkActivated(HyperlinkEvent event)
Brings the application to front and afterwards delegates the
hyperlink handling to the
EventCentral.actionNewsFeedEntryHyperlinkActivated(HyperlinkEvent)
method.