com.jaxfront.core.help
Interface HelpListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- HelpEventMulticaster, JAXFrontEditorPluginBean
public interface HelpListener
- extends java.util.EventListener
Represents a listener to respond at HelpEvents. A HelpEvent is fired if a
visualizers is getting the focus in the GUI or is selected in the navigation tree
and defines a help definition in the current language.
- Version:
- 1.60
showHelp
void showHelp(HelpEvent event)
- Parameters:
event
- com.jaxfront.core.help.HelpEvent