Package javax.help.event
Interface HelpModelListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
HelpHistoryModel
- All Known Implementing Classes:
BasicContentViewerUI
,BasicFavoritesNavigatorUI
,BasicGlossaryNavigatorUI
,BasicIndexNavigatorUI
,BasicSearchNavigatorUI
,BasicTOCNavigatorUI
,DefaultHelpHistoryModel
Defines the interface for an object that listens to
changes in a HelpModel.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Tells the listener that the current ID in the HelpModel has changed.
-
Method Details
-
idChanged
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
-