Uses of Package
javax.help.event

Packages that use javax.help.event
javax.help Supports presentation of online documentation with both content and contextual views of this information. 
javax.help.event Supports event changes in JavaHelp classes. 
javax.help.plaf.basic   
javax.help.search Supports simple access to search engines. 
 

Classes in javax.help.event used by javax.help
EventListenerList
          A class that holds a list of EventListeners.
HelpHistoryModelEvent
          Notifies interested parties that a change in a Help History Model source has occurred.
HelpHistoryModelListener
           
HelpModelEvent
          Notifies interested parties that a change in a Help Model source has occurred.
HelpModelListener
          Defines the interface for an object that listens to changes in a HelpModel.
HelpSetEvent
          Conveys information when a HelpSet is added/removed.
HelpSetListener
          Defines the interface of an object that listens to changes in the HelpSet.
TextHelpModelListener
          Defines the interface for an object that listens to changes in a TextHelpModel.
 

Classes in javax.help.event used by javax.help.event
HelpHistoryModelEvent
          Notifies interested parties that a change in a Help History Model source has occurred.
HelpModelEvent
          Notifies interested parties that a change in a Help Model source has occurred.
HelpSetEvent
          Conveys information when a HelpSet is added/removed.
TextHelpModelEvent
          Notifies interested parties when a change in a TextHelpModel occurs.
 

Classes in javax.help.event used by javax.help.plaf.basic
HelpModelEvent
          Notifies interested parties that a change in a Help Model source has occurred.
HelpModelListener
          Defines the interface for an object that listens to changes in a HelpModel.
HelpSetEvent
          Conveys information when a HelpSet is added/removed.
HelpSetListener
          Defines the interface of an object that listens to changes in the HelpSet.
TextHelpModelEvent
          Notifies interested parties when a change in a TextHelpModel occurs.
TextHelpModelListener
          Defines the interface for an object that listens to changes in a TextHelpModel.
 

Classes in javax.help.event used by javax.help.search
EventListenerList
          A class that holds a list of EventListeners.