Eclipse Rich Ajax Platform

org.eclipse.rwt.events
Interface BrowserHistoryListener


public interface BrowserHistoryListener

An event handler that is invoked after the user navigated to a previously created history entry.

Since:
1.3
See Also:
BrowserHistoryEvent, IBrowserHistory

Method Summary
 void navigated(BrowserHistoryEvent event)
          The event handler method.
 

Method Detail

navigated

void navigated(BrowserHistoryEvent event)
The event handler method.

Parameters:
event - the BrowserHistoryEvent object

Eclipse Rich Ajax Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.