Class BrowserHistory
- java.lang.Object
-
- g1401_1500.s1472_design_browser_history.BrowserHistory
-
public class BrowserHistory extends Object
-
-
Constructor Summary
Constructors Constructor Description BrowserHistory(String homepage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
back(int steps)
String
forward(int steps)
void
visit(String url)
-