Package javax.help.event
Interface HelpHistoryModelListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
BackAction
,ForwardAction
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Tells the listener that the history has changed.
-
Method Details
-
historyChanged
Tells the listener that the history has changed.- Parameters:
e
- The HelpHistoryModelEvent
-