|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.teamdev.jxbrowser.events.BrowserEvent
com.teamdev.jxbrowser.events.HistoryChangeEvent
public class HistoryChangeEvent
An event which indicates that a browser navigation history was changed.
| Constructor Summary | |
|---|---|
HistoryChangeEvent(Browser source,
int index,
java.lang.String currentLocation,
HistoryChangeType type)
Constructs a new HistoryChangeEvent instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCurrentLocation()
Returns current history location. |
int |
getIndex()
Returns index of the current location in history |
HistoryChangeType |
getType()
Returns type of history change. |
| Methods inherited from class com.teamdev.jxbrowser.events.BrowserEvent |
|---|
getBrowser |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HistoryChangeEvent(Browser source,
int index,
java.lang.String currentLocation,
HistoryChangeType type)
HistoryChangeEvent instance.
source - the browser were history is changedindex - the history indexcurrentLocation - the history location addresstype - the history change event type| Method Detail |
|---|
public int getIndex()
public java.lang.String getCurrentLocation()
public HistoryChangeType getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||