Subversion Repository Public Repository

litesoft

Diff Revisions 728 vs 948 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/historian/Historian.java

Diff revisions: vs.
  @@ -8,8 +8,7 @@
8 8 * isolation for unit testing, and allows pre- or post-processing of tokens.
9 9 * Methods correspond to the like named methods on {@link History}.
10 10 */
11 - public interface Historian
12 - {
11 + public interface Historian {
13 12 /**
14 13 * Adds a {@link com.google.gwt.event.logical.shared.ValueChangeEvent}
15 14 * handler to be informed of changes to the browser's history stack.