| com.tencent.smtt.export.external.interfaces.IX5WebBackForwardListClient |
历史记录变化回调接口类,可以用来维护历史记录列表,
设置方法参考 setWebBackForwardListClient(IX5WebBackForwardListClient)
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onIndexChanged(IX5WebHistoryItem item, int index)
Notify the client that the item at index is now
the current history item.
| ||||||||||
| abstract void |
onNewHistoryItem(IX5WebHistoryItem item)
Notify the client that item has been added to the
WebBackForwardList.
| ||||||||||
| abstract void |
onRemoveHistoryItem(IX5WebHistoryItem obj)
Notify the client that item has been remove from the
WebBackForwardList.
| ||||||||||
Notify the client that the item at index is now the current history item.
| item | A WebHistoryItem |
|---|---|
| index | The new history index |
Notify the client that item has been added to the WebBackForwardList.
| item | The newly created WebHistoryItem |
|---|
Notify the client that item has been remove from the WebBackForwardList.
| obj | The removed WebHistoryItem |
|---|