javax.help.event

Interface HelpModelListener

All Superinterfaces:
java.util.EventListener
Known Subinterfaces:
HelpHistoryModel
Known Implementing Classes:
BasicContentViewerUI, BasicFavoritesNavigatorUI, BasicGlossaryNavigatorUI, BasicIndexNavigatorUI, BasicSearchNavigatorUI, BasicTOCNavigatorUI, DefaultHelpHistoryModel

public interface HelpModelListener
extends java.util.EventListener

Defines the interface for an object that listens to changes in a HelpModel.

Method Summary

void
idChanged(HelpModelEvent e)
Tells the listener that the current ID in the HelpModel has changed.

Method Details

idChanged

public void idChanged(HelpModelEvent e)
Tells the listener that the current ID in the HelpModel has changed. All highlights from the previous location change at this point.
Parameters:
e - The event