org.geotools.renderer
Interface RenderListener

All Known Implementing Classes:
RenderingTask

public interface RenderListener

A RenderListener is notified each time a feature is rendered and each time an error occurs during rendering. Therefore VERY LITTLE WORK should be done in the listener!!!

Author:
jeichar

Method Summary
 void errorOccurred(Exception e)
           
 void featureRenderer(SimpleFeature feature)
           
 

Method Detail

featureRenderer

void featureRenderer(SimpleFeature feature)

errorOccurred

void errorOccurred(Exception e)


Copyright © 1996-2014 Geotools. All Rights Reserved.