Uses of Class
org.geotools.swing.RenderingExecutorEvent
-
Packages that use RenderingExecutorEvent Package Description org.geotools.swing Simple Swing widgets for map display. -
-
Uses of RenderingExecutorEvent in org.geotools.swing
Methods in org.geotools.swing with parameters of type RenderingExecutorEvent Modifier and Type Method Description void
AbstractMapPane. onRenderingCompleted(RenderingExecutorEvent event)
Called by the executor when rendering has been completed.void
RenderingExecutorListener. onRenderingCompleted(RenderingExecutorEvent ev)
Called by the executor when rendering has been completed.void
AbstractMapPane. onRenderingFailed(RenderingExecutorEvent ev)
Called by the executor when rendering failed for some reason.void
RenderingExecutorListener. onRenderingFailed(RenderingExecutorEvent ev)
Called by the executor when rendering failed for some reason.void
AbstractMapPane. onRenderingStarted(RenderingExecutorEvent ev)
Called by the executor when rendering has started.void
RenderingExecutorListener. onRenderingStarted(RenderingExecutorEvent ev)
Called by the executor when rendering has started.
-