org.concord.pedagogica.ui
Class HelpView.LocalHyperlinkAdapter

java.lang.Object
  |
  +--org.concord.pedagogica.ui.HelpView.LocalHyperlinkAdapter
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.HyperlinkListener
Enclosing class:
HelpView

public class HelpView.LocalHyperlinkAdapter
extends java.lang.Object
implements javax.swing.event.HyperlinkListener


Constructor Summary
HelpView.LocalHyperlinkAdapter()
           
 
Method Summary
 void hyperlinkUpdate(javax.swing.event.HyperlinkEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpView.LocalHyperlinkAdapter

public HelpView.LocalHyperlinkAdapter()
Method Detail

hyperlinkUpdate

public void hyperlinkUpdate(javax.swing.event.HyperlinkEvent event)
Specified by:
hyperlinkUpdate in interface javax.swing.event.HyperlinkListener