public interface ImageRefresher
How that refreshing is actually done is up to the refresher.
| Modifier and Type | Field and Description |
|---|---|
static int |
KEEP_VISIBLE
An option that tells the ImageRefresher to keep the image on screen, possibly
scrolling whatever control is displaying the image so that the image stays on
the screen.
|
| Modifier and Type | Method and Description |
|---|---|
void |
refresh(IImage image,
int options) |
static final int KEEP_VISIBLE
void refresh(IImage image, int options)