com.webrenderer.se.event
Class HistoryListener

java.lang.Object
  extended by com.webrenderer.se.event.BrowserAdapter
      extended by com.webrenderer.se.event.HistoryListener
All Implemented Interfaces:
BrowserListener, java.util.EventListener

public class HistoryListener
extends BrowserAdapter
implements BrowserListener

class HistoryListener Adds a page to the history on a URL change event


Field Summary
protected  History myHistory
           
 
Constructor Summary
HistoryListener(History h)
           
 
Method Summary
 void onURLChange(BrowserEvent e)
          Invoked when the URL changes in a browser.
 
Methods inherited from class com.webrenderer.se.event.BrowserAdapter
onBeforeNavigate, onLinkChange, onLoadIntercept, onNavigationCancelled, onTitleChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.webrenderer.se.event.BrowserListener
onBeforeNavigate, onLinkChange, onLoadIntercept, onNavigationCancelled, onTitleChange
 

Field Detail

myHistory

protected History myHistory
Constructor Detail

HistoryListener

public HistoryListener(History h)
Method Detail

onURLChange

public void onURLChange(BrowserEvent e)
Description copied from interface: BrowserListener
Invoked when the URL changes in a browser.
Available Methods from BrowserEvent at the time this event is fired:

Specified by:
onURLChange in interface BrowserListener
Overrides:
onURLChange in class BrowserAdapter