Spiffy UI Framework

org.spiffyui.client
Interface HistoryCallback

All Known Implementing Classes:
MainNavBar

public interface HistoryCallback

The history callback interface is used to interact with browser history. Programs can add history events and control application navigation.

See Also:
JSUtil.addHistoryItem

Method Summary
 void historyChanged(java.lang.String id)
          Called when the history item is reached in this browser history.
 

Method Detail

historyChanged

void historyChanged(java.lang.String id)
Called when the history item is reached in this browser history. This can be triggered by a move backward or forward in the browser history.

Parameters:
id - the id of this history event

Spiffy UI Framework