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.


Method Index

 o handleJhelpHideFrame(htmlHelpFrame)
 o handleJhelpImageException(Exception)

Methods

 o handleJhelpImageException
 public abstract void handleJhelpImageException(Exception e)
 o handleJhelpHideFrame
 public abstract void handleJhelpHideFrame(htmlHelpFrame f)

All Packages  Class Hierarchy  This Package  Previous  Next  Index