public class ThreadedRefreshHandler extends Object implements RefreshHandler
If you want a refresh handler that ignores the wait time, see
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 RefreshHandler
page
- 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–2024 Gargoyle Software Inc.. All rights reserved.