public interface DelayedRenderingComponent
DelayedRenderingComponent
interface may be used by
graphical components that wish to implement a delayed rendering
strategy. If the component is currently in a rendering state,
users of the interface may stop the rendering by calling the
stopRendering()
method. Generally, delayed rendering
is only applicable if the component draws itself using a separate
rendering thread.Modifier and Type | Method and Description |
---|---|
boolean |
isRendering()
Gets the rendering state.
|
void |
stopRendering()
Stops the current rendering thread if it is active.
|
boolean isRendering()
void stopRendering()