public class ThreadedRefreshHandler extends Object implements RefreshHandler
ImmediateRefreshHandler.| Constructor and Description |
|---|
ThreadedRefreshHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRefresh(Page page,
URL url,
int seconds)
Refreshes the specified page using the specified URL after the specified number
of seconds.
|
public void handleRefresh(Page page, URL url, int seconds)
handleRefresh in interface RefreshHandlerpage - the page that is going to be refreshedurl - the URL where the new page will be loadedseconds - the number of seconds to wait before reloading the pageCopyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.