All Packages Class Hierarchy This Package Previous Next Index
Interface jHelp.htmlJhelpListener
- public interface htmlJhelpListener
This interface provides a way for an application to listen
for a low memory (or other) exception generated when jHelp
attempts to create a help image. It also lets the application
know when the user has closed the help frame, which is hidden
from view by default.
-
handleJhelpHideFrame(htmlHelpFrame)
-
-
handleJhelpImageException(Exception)
-
handleJhelpImageException
public abstract void handleJhelpImageException(Exception e)
handleJhelpHideFrame
public abstract void handleJhelpHideFrame(htmlHelpFrame f)
All Packages Class Hierarchy This Package Previous Next Index