com.teamdev.jxbrowser.event
Interface HistoryChangeListener

All Superinterfaces:
java.util.EventListener

public interface HistoryChangeListener
extends java.util.EventListener

Uses to listen changes in browser navigation history


Method Summary
 void historyChanged(HistoryChangeEvent event)
          Notification called when navigation history changes
 

Method Detail

historyChanged

void historyChanged(HistoryChangeEvent event)
Notification called when navigation history changes

Parameters:
event - contains information about history change