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 RefreshHandler
page
- The page that is going to be refreshed.url
- The URL where the new page will be loaded.seconds
- The number of seconds to wait before reloading the page.Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.