|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
javax.help.event.HelpHistoryModelEvent
Notifies interested parties that a change in a Help History Model source has occurred.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
HelpHistoryModelEvent(java.lang.Object source,
boolean previous,
boolean next)
Represents a history change |
|
| Method Summary | |
boolean |
isNext()
Returns if action "next" is allowed |
boolean |
isPrevious()
Returns if action "previous" is allowed. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HelpHistoryModelEvent(java.lang.Object source,
boolean previous,
boolean next)
source - The source for this event.previous - If true a previous action is allowed.next - If true a next action is allowed.
java.lang.IllegalArgumentException - if source is null.| Method Detail |
public boolean isPrevious()
public boolean isNext()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||