javax.help.event
Class HelpSetEvent
java.util.EventObject
javax.help.event.HelpSetEvent
public class HelpSetEvent
extends java.util.EventObject
Conveys information when a HelpSet is added/removed.
HELPSET_ADDED
public static final int HELPSET_ADDED
A HelpSet was added
HELPSET_REMOVED
public static final int HELPSET_REMOVED
A HelpSet was removed
HelpSetEvent
public HelpSetEvent(Object source,
HelpSet helpset,
int action)
Creates a HelpSetEvent.
source
- Source of this Event.helpset
- The HelpSet being added/removed.action
- HELPSET_ADDED or HELPSET_REMOVED.
getAction
public int getAction()
getHelpSet
public HelpSet getHelpSet()
toString
public String toString()
Returns textual about the instance.