- All Superinterfaces:
- EventListener
public interface HyperlinkListener extends EventListener
HyperlinkListener
- 
Method SummaryModifier and Type Method Description voidhyperlinkUpdate(HyperlinkEvent e)Called when a hypertext link is updated.
- 
Method Details- 
hyperlinkUpdateCalled when a hypertext link is updated.- Parameters:
- e- the event responsible for the update
 
 
-